I have a script that I'd like to use to count how many checkboxes are checked in a particular subform. Problem is that I have several subforms with checkboxes, and I only want to evaluate checkboxes in a certain subform. The following script works, but again, looks at all checkboxes on the entire fo...