P
PAkerly
Hello,
I have a report that is based on a query.
If I run the report with no Criteria I get 25 reports.
I want to run the query based on criteria, then run the reports
getting 5 reports.
The query has a field called clientID and those are A01, A02, A03,
B010, B015
I want to put a button on my form that when clicked will run that
query And in the Criteria for ClientID will populate it.
I want it to loop through until it finds all the A01's, save that
query and then run the report based on that query.
I then want it to loop through all the A02's, save the query, run the
report. etc...
How would I accomplish this?
I have a report that is based on a query.
If I run the report with no Criteria I get 25 reports.
I want to run the query based on criteria, then run the reports
getting 5 reports.
The query has a field called clientID and those are A01, A02, A03,
B010, B015
I want to put a button on my form that when clicked will run that
query And in the Criteria for ClientID will populate it.
I want it to loop through until it finds all the A01's, save that
query and then run the report based on that query.
I then want it to loop through all the A02's, save the query, run the
report. etc...
How would I accomplish this?