A
Agnes
I got 30 checkboxes in one Page, the user need to click at least one of it
and then , the user can go to next step.
Any simple method to check the checkboxes ?
I don't want to use the following approach.
If Me.chk1.checked = false .and........................Me.chk30.checked =
false
message.box("Warning, one Check boxes must be choose"...
Thanks a lot
and then , the user can go to next step.
Any simple method to check the checkboxes ?
I don't want to use the following approach.
If Me.chk1.checked = false .and........................Me.chk30.checked =
false
message.box("Warning, one Check boxes must be choose"...
Thanks a lot