Here is what I am trying to do:
Option Compare Database
Private Sub cbAll_Click()
cb2.InSelection = True
cb2.InSelection = True
End Sub
Private Sub Detail_Click()
End Sub
Where cbAll is the name of my "Select All" checkbox and rest of them are regular options. But for some reason it is...
Thanks for your reply. Actually I am not very familiar writing code in access. Can you give me some kind of pointer/sample which demonstrates that?
Once again. Thanks a lot for your reply...
hi,
I am designing a form which has an option group with 4 checkboxes. What I am looking for is that if there is any way by which whenever I click on "All Degree" check box it should check all the other check boxes (Engineering, Medicine, Business). Also I should be able to check any...