Parameter Query - Passing multiple parameters

J

Juan Correa

Hello,

I volunteered for a small project at work (trying to learn more vba).

Here is what I have:
A table with all the pertinent data
An unbound form with 8 controls as follows:
country_list -> Multi-Selct List Box
readiness_type -> Combo Box
offering -> Combo Box
product -> Combo Box
va_type -> Combo Box
channel_type -> Combo Box
org -> Combo Box

The countries list is populated by an internal query that returns the list
of available countries.
The Combo Boxes are populated by queries that limit each selection to the
available options based on the values selected on previous control.

I can create a query that will use the values selected in any/all of the
Combo Boxes as parameters... this is easy enough with the "Build" tool within
the Query design window.

The problem that I have is with using the countries list as a parameter..
since the user must be able to select one or more than one of the 8 available
countries in the list.

Is there a way that I can pass all the parameters (including the countries
list) to a parameter query?

Thanks
Juan Correa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top