Combo Box items in a Lookup Query

rhernand

Registered User.
Local time
Today, 03:31
Joined
Mar 28, 2003
Messages
96
I have a Combo Box based on a table list on a Form. I want to choose several items from the list to feed a Lookup Query. Can this be done? :rolleyes:
 
R,

You can't select multiple rows in a combo-box. You're gonna have to
use a Multi-select ListBox.

Use the Search Facility here and look for "multiselect". There should be
some examples on how to write the code to make your query.

Wayne
 

Users who are viewing this thread

Back
Top Bottom