Combo Box "Selecting All" feature

H

Hanzo

Hello All,

I have a combo box in a form that pulls criteria data from a table. I want
to make one of the options in the combo box select "all values". It seems
simple but nothing i tried worked.. Is there an easy way to do this?

Thanks
 
C

ChrisJ

No easy way.
You could change the combo to "Value List", and create your own list from
the table with the addition of an "All" item.

Much easier to add an "All" checkbox and ignore the combo if it is ticked
 
Top