A
A. Smart
In my query there are a number of Check Box Fields. I would like to be able
to filter out all the other check boxes when a check box is selected from a
combo box in a form.
Heres how the criteria should go:
If in my form combo box fieldname matches fieldname in query then filter the
check box for true only and filter out all other checkboxes.
Genericly Speaking:
If[Forms![Formname]![ComboBox]= [Fieldname of Check Box] Then [Filter
Checkbox True]
and If[Forms![Formname]![ComboBox] <> [Fieldname of Chck Box] Then [Filter
Out]
Hope its Clear. Please Help,
to filter out all the other check boxes when a check box is selected from a
combo box in a form.
Heres how the criteria should go:
If in my form combo box fieldname matches fieldname in query then filter the
check box for true only and filter out all other checkboxes.
Genericly Speaking:
If[Forms![Formname]![ComboBox]= [Fieldname of Check Box] Then [Filter
Checkbox True]
and If[Forms![Formname]![ComboBox] <> [Fieldname of Chck Box] Then [Filter
Out]
Hope its Clear. Please Help,