G
Guest
Hi. I am trying to create a query that is filtered from a form. The form has
3 filters and I want to be able to pull a report depending on what the user
chooses to filter the report by. For example, the filters on the form are
Requestor, Calltype, and Closed. If a user doesn't select any, the report is
to bring all records from the table. If a user selects only one, the report
is to bring in all records that pertains to that fields. And if the user
selects something from each, the report is filtered with each. Any ideas?
I have this for each fields as the condition so far but it doesn't account
for if the user doesn't select any filters:
like [forms]![report selector]![requestor] or like [forms]![report
selector]![calltype] or like [forms]![report selector]![closed]
3 filters and I want to be able to pull a report depending on what the user
chooses to filter the report by. For example, the filters on the form are
Requestor, Calltype, and Closed. If a user doesn't select any, the report is
to bring all records from the table. If a user selects only one, the report
is to bring in all records that pertains to that fields. And if the user
selects something from each, the report is filtered with each. Any ideas?
I have this for each fields as the condition so far but it doesn't account
for if the user doesn't select any filters:
like [forms]![report selector]![requestor] or like [forms]![report
selector]![calltype] or like [forms]![report selector]![closed]