Hi Michelle,I think you could get it to work. For example if a field's
visibility depended on Checkbox1 and Checkbox2, then the script for this
field would sum these two checkboxes. On the other hand if a different
field depended on Checkbox 1, Checkbox5 and Checkbox8, then it would
just sum these. It would also work for subforms. The easiest event to
use is the layout:ready event, however this is not very effective as
this event fires all the time the user interacts with the form. So
depending ...