P
ProjectUser
I’m not very experienced working with Multi Select list boxes; particularly,
using the list box values as the parameters for a query. I’ve discovered
that it’s not as simple as point to the list box in the query build as in
working with combo boxes.
Here’s what I need help with:
I need to run a report that returns only the rows with parameter values
taken from my list box.
I have three tables that will be joined in order to get the field values I
need in my report.
Tableâ€A†has records of products, Tableâ€B†has records of customers, and
Table “C†is an associative table – it has customer products.
So, my list box has the values of all the products. One selects one or more
products, then selects the report command button. This should take you to
the report which will return the customer products of only the customers
associated with the products selected in the products listbox.
Also, is it best to send this directly to the report or build it into the
query, which is the record source for the report?
Thanks for your help!
using the list box values as the parameters for a query. I’ve discovered
that it’s not as simple as point to the list box in the query build as in
working with combo boxes.
Here’s what I need help with:
I need to run a report that returns only the rows with parameter values
taken from my list box.
I have three tables that will be joined in order to get the field values I
need in my report.
Tableâ€A†has records of products, Tableâ€B†has records of customers, and
Table “C†is an associative table – it has customer products.
So, my list box has the values of all the products. One selects one or more
products, then selects the report command button. This should take you to
the report which will return the customer products of only the customers
associated with the products selected in the products listbox.
Also, is it best to send this directly to the report or build it into the
query, which is the record source for the report?
Thanks for your help!