I need to have a query with a basic Where clause which before the DoCmd is executed to run the report I then supplement the where clause with additional information.
I need to know 3 things...
1. Can a query have its Where clause supplemented with additional information
2. How do I get the new query annotated with the additional information
3. What I need to do to have the report do the changing to the where clause.
The report will make a determination of divisions and facilities from a form that is opened and hidden which was used to select those divisions/facilities. Then the report needs to change the query where clause and then execute the report.
Thanks in advance...
I need to know 3 things...
1. Can a query have its Where clause supplemented with additional information
2. How do I get the new query annotated with the additional information
3. What I need to do to have the report do the changing to the where clause.
The report will make a determination of divisions and facilities from a form that is opened and hidden which was used to select those divisions/facilities. Then the report needs to change the query where clause and then execute the report.
Thanks in advance...