Multiple criteria in a query?

NewShoes

Registered User.
Local time
Today, 12:15
Joined
Aug 1, 2009
Messages
223
Hey all,

Really hope someone can help on this!

I have a database with cars listed, each car having its specific details. What I would like is a way to select on a menu form multiple cars and then to click a button to run a query on the cars selected (which would return the cars details). I can do this with just one car by using a combo box but I'm unable to see a way of selecting multiple cars.

I cant use tick boxes as cars will be added weekly.

Hope this makes sense,

Many thanks,
-NS
 
Thanks for that pBaldy. Do you have a technique if I don't want the results to be in a report bu rather just in a table?

-NS
 
Sorry Paul, I didn't mean the results to be PUT in a table but rather to just be displayed (similar to when you run a basic query, the result is just displayed in a table view).

thanks,
-ns
 
I never allow users to be directly in a table or query, so not sure offhand. You can't just refer to a textbox that has multiple items in it.
 

Users who are viewing this thread

Back
Top Bottom