Adding an "All" Value to a Combo Box list from a query

J

John Baker

How would I be able to include a value of text such as "All Values" to
appear as a choice to be selected from a list of values in a combo box. The
combo box gets it's values from a query.

Any help greatly appreciated.
John Baker
 
G

Genius Maximus

John Baker said:
How would I be able to include a value of text such as "All Values" to
appear as a choice to be selected from a list of values in a combo box. The
combo box gets it's values from a query.

Any help greatly appreciated.
John Baker
See sample database Access: Northwind + Questions. I have seen this
somewhere. It was done with a Visual Basic function, I think.
 
Top