I am trying to validation some data entry.
I have 15 lines, with 4 checkboxes on each.
Before the user can continue, it must have at least one check per lines.
I have given a GroupName for each Lines
Example
GroupName for the first 4 check boxes = OF1
then OF 2, OF 3, ..., OF15
Is there a way to know if there is a box checked in a group, or do I have to verify a checkbox at a time?
Thanks,
I have 15 lines, with 4 checkboxes on each.
Before the user can continue, it must have at least one check per lines.
I have given a GroupName for each Lines
Example
GroupName for the first 4 check boxes = OF1
then OF 2, OF 3, ..., OF15
Is there a way to know if there is a box checked in a group, or do I have to verify a checkbox at a time?
Thanks,