I have to create six sets of checkbox groups in a MS Access 2003 form
ex: set1 , se2 ,set3 ,set4, set5 , set6
each set has four check boxes
ex:set1 has 4 check boxes
set 2 has 4 check boxes
set3 has...
etc..
(all together there are 24 check boxes)
One or more check boxes can be selected within a group,
ex: one,two,three or all the check boxes can be selected in one group
but goups are mutually exclusive.I am thinking to use an event handler in a class module, still couldnt achive.please send me some code or any other vba method.
Thankx
ex: set1 , se2 ,set3 ,set4, set5 , set6
each set has four check boxes
ex:set1 has 4 check boxes
set 2 has 4 check boxes
set3 has...
etc..
(all together there are 24 check boxes)
One or more check boxes can be selected within a group,
ex: one,two,three or all the check boxes can be selected in one group
but goups are mutually exclusive.I am thinking to use an event handler in a class module, still couldnt achive.please send me some code or any other vba method.
Thankx