In Access 2003, I usually provide a “query” button that is actually creating a report based on a query. But I wanted to offer choices on which to base the query. I created a very simple form:
-a label that says “click below for search choices:”
-followed by a combo box with a dropdown list based on a lookup table,
-followed by a command button that invokes the query.
(Query criteria: Forms!frmQueryTypeProjectDrop!cmboTypeProject)
The result is the standard table but I want a Report, rather than a table, in one click; how can I let the user click one button, offer a dropdown box of choices to query, and provide the result in a report (instead of a table)?
-a label that says “click below for search choices:”
-followed by a combo box with a dropdown list based on a lookup table,
-followed by a command button that invokes the query.
(Query criteria: Forms!frmQueryTypeProjectDrop!cmboTypeProject)
The result is the standard table but I want a Report, rather than a table, in one click; how can I let the user click one button, offer a dropdown box of choices to query, and provide the result in a report (instead of a table)?