I have a report based on a query.
Part of the report consists of products and categories.
I have a form that will allow the user to select a specific product and a specific category. This will produce a report that will show only the product and category selected.
For example
the user selects Product A and Category B
And reviews the report with only these items listed.
The Problem:
Currently I can only filter the report on either the product or the category but not both. So I get
Product A and all the categories or
Category B and all the products.
Unfortuately I am not a VB programmer. I need someway to use the combination of the product and category selections to filter the report.
Thanks in advance for you help.
Part of the report consists of products and categories.
I have a form that will allow the user to select a specific product and a specific category. This will produce a report that will show only the product and category selected.
For example
the user selects Product A and Category B
And reviews the report with only these items listed.
The Problem:
Currently I can only filter the report on either the product or the category but not both. So I get
Product A and all the categories or
Category B and all the products.
Unfortuately I am not a VB programmer. I need someway to use the combination of the product and category selections to filter the report.
Thanks in advance for you help.