View Full Version : Using a list box for query criteria


joshosu420ok
05-15-2002, 08:53 AM
I have a form with an unbound list box that a query uses for criteria. What data does a list box return? How do I make the list box return to my query the index of the item selected. When the user selects multiple items how do I make it return the data in "or" format to the query. If the user selects item 1 and 2 from the list box I want the query criteria to be "1" or "2". I hope I have explaned this clear enough.

RV
05-15-2002, 09:26 AM
This kind of issue has been asked many times before.
Search the Query forum for "listbox".

RV