I have 3 Toggle Buttons in an option group. I.E. only one button is enable and the .Value is used in a query.
Now the use wants to be able to pick 1, 2 or all 3 buttons and do the query selections off of the .Value each button has.
I can do the query.
What is the best way to allow multiple toggle buttons to be picked?
-Thanks