Hi,
I have ten checkBoxes in a access form(Check1,check2...etc) and I want to clear all other checkboxes,when I select a perticular checkBox.
As an example, If select Check2, all other checkBoxes should clear if they are selected.
If I select check4,all other checkboxes should be cleared.
(it behaves same as a option group,but I am not using an option group because ,I want to extend this line of checkBoxes twodimensionaly in future)
I tried to put the checkBox values in to a array and handle them,but it was unsucsesful.
Please give me any other method to handle set of checkboxes which behaves like an option group, without using the built in option groups comes with acesss.
Thank You
assiri
I have ten checkBoxes in a access form(Check1,check2...etc) and I want to clear all other checkboxes,when I select a perticular checkBox.
As an example, If select Check2, all other checkBoxes should clear if they are selected.
If I select check4,all other checkboxes should be cleared.
(it behaves same as a option group,but I am not using an option group because ,I want to extend this line of checkBoxes twodimensionaly in future)
I tried to put the checkBox values in to a array and handle them,but it was unsucsesful.
Please give me any other method to handle set of checkboxes which behaves like an option group, without using the built in option groups comes with acesss.
Thank You
assiri