I am developing a dynamic form.There is a RadioButtonList that depending
on the option (1,2,3), will open a Subform (1,2,3). Each Subform
contains a different set of checkboxes. The checkboxes for each Subform
(1,2,3) are tied to a different Subform (5,6,7). Subforms 5, 6, and 7
all contain tables. The checkboxes in Subforms 1, 2, and 3 are tied to
the rows in the tables in Subforms 5, 6, and 7. All rows of all tables
are set to "hidden". When checking a checkbox, the associated row of the
assoc...