I have 4 checkboxes a user can check.
If checkbox 1 is checked, I would like the combo box on my form to be filtered so that only items that start with the letter "A" will appear in the combo box for selection.
If checkbox 2 is checked, all items except those that start with the letter "A" will appear in the combo box for selection.
I've been playing with an If statement in the criteria of the query for the combo box....no luck so far. I'm sure this is quite simple.
Any ideas anyone?....thanks!
BJS
If checkbox 1 is checked, I would like the combo box on my form to be filtered so that only items that start with the letter "A" will appear in the combo box for selection.
If checkbox 2 is checked, all items except those that start with the letter "A" will appear in the combo box for selection.
I've been playing with an If statement in the criteria of the query for the combo box....no luck so far. I'm sure this is quite simple.
Any ideas anyone?....thanks!
BJS