Query Selection - Multiple choices, one field

e_lady

Registered User.
Local time
Today, 05:15
Joined
Feb 10, 2004
Messages
14
I have a database which keeps track of a trucking business. Each truck has a trailer number. I have no problem having a query prompt the user to enter a single trailer number to query on. What can I do when the customer needs to select more than one trailer number to query on?
 
Thanks, that works. I am still working on it looking cleaner for the user. Maybe some sort of list to pick from. Any ideas?
 
Personally, I'd use a form with a multi-select listbox on it and then just build the necessary query. ;)
 

Users who are viewing this thread

Back
Top Bottom