G
Guest
I have a form that uses check boxes for categories and sub-categories. I want the form to automatically check the main category if a sub category is checked. I can do this with the following code
Private Sub accountant_Click(
[professional] =
[business] =
End Su
The problem is that if a user makes a mistake and checks the wrong sub-category check box then unchecks it, I want it to also uncheck the main category. I can't seem to get this to work.
Private Sub accountant_Click(
[professional] =
[business] =
End Su
The problem is that if a user makes a mistake and checks the wrong sub-category check box then unchecks it, I want it to also uncheck the main category. I can't seem to get this to work.