D
David
How would you go about finding a checkbox value in a field in an "if"
statement
I have got a form that has checkboxes in groups, the checkboxes store their
value in a table
What I would like to try to accomplish is 3 things
1.Stop The Selection
2.Display A Message To Explain Why
3.Select Default Checkbox
example:
if "check149" from one group is already selected, I am trying to stop them
from selecting another group"specifically "check152" in the group.
There are 9 different groups that they have options to pick from and under
certain scenarios they don't need to pick certain checkboxes from those
groups.
statement
I have got a form that has checkboxes in groups, the checkboxes store their
value in a table
What I would like to try to accomplish is 3 things
1.Stop The Selection
2.Display A Message To Explain Why
3.Select Default Checkbox
example:
if "check149" from one group is already selected, I am trying to stop them
from selecting another group"specifically "check152" in the group.
There are 9 different groups that they have options to pick from and under
certain scenarios they don't need to pick certain checkboxes from those
groups.