rhernand Registered User. Local time Today, 03:31 Joined Mar 28, 2003 Messages 96 Jul 18, 2007 #1 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?
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?
W WayneRyan AWF VIP Local time Today, 03:31 Joined Nov 19, 2002 Messages 7,122 Jul 18, 2007 #2 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
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