I have a report based on a query.
There is a field in my personnel table and the query: [Field] with values from my lookup table and has three choices: 1-Inspections 2-Administrative 3-Safety
I have a report and would like to filter based on [Field]
I can filter by putting [Field]=Inspection on the Filter On Load, then typing 1 into the parameter box. And it works.
I cannot however choose more than one of the three choices and I have to type the number in. Fine for me but it won't be for other users.
I would rather not ask the question of my query, as it is used for more than one report. I would also like to avoid having seperate queries for all these reports.
In other words, I would like to filter the report, not the query.
I need to go to VBA school.
In the meantime, any suggestions?
There is a field in my personnel table and the query: [Field] with values from my lookup table and has three choices: 1-Inspections 2-Administrative 3-Safety
I have a report and would like to filter based on [Field]
I can filter by putting [Field]=Inspection on the Filter On Load, then typing 1 into the parameter box. And it works.
I cannot however choose more than one of the three choices and I have to type the number in. Fine for me but it won't be for other users.
I would rather not ask the question of my query, as it is used for more than one report. I would also like to avoid having seperate queries for all these reports.
In other words, I would like to filter the report, not the query.
I need to go to VBA school.
In the meantime, any suggestions?