G
Guest
I have a data input form with check boxes separated into sets of related
items (the sets of boxes are unrelated to each otherfor this task). One set
in particular has to have at least one box checked. It can have more than
one, up to all 6 checked. For validation, it does not matter which is
checked, just that at least one is checked. I'm thinking I can have code
count just those six and ensure the total is >1, or I can use if/then
statements, neither of which I'm particularly good doing (I'm relearning
code). With either path, if no box is checked, I need a dialog box to appear
notifying the user that they must select an option.
Does anyone have suggestions on which path or another approach, and help
with the validation code?
items (the sets of boxes are unrelated to each otherfor this task). One set
in particular has to have at least one box checked. It can have more than
one, up to all 6 checked. For validation, it does not matter which is
checked, just that at least one is checked. I'm thinking I can have code
count just those six and ensure the total is >1, or I can use if/then
statements, neither of which I'm particularly good doing (I'm relearning
code). With either path, if no box is checked, I need a dialog box to appear
notifying the user that they must select an option.
Does anyone have suggestions on which path or another approach, and help
with the validation code?