I have a report that runs from a query to select/collect data for filling out fields on the report. Lets call it an item number report.
Every day I want to print from 25-60 of these reports and each of them is based upon a list of item numbers that change from day to day.
So, I want to list the items to print for each day, have Access grab the data for each item, and print the list of reports.
I have built a table/form to list the items to print for each day, but don't know how to cycle down the list and print my reports that run for each item.
Presently I have to print each report one by one by requesting the item number in my query. I run the report, which runs the query (which requests the item number and associated data) and the report prints out. Then I repeat the process 25-60 times. If I could just run the whole batch of reports from a list each day it would be much simpler/quicker.
I am not a programmer per se, so would like to accomplish this process with ready to use Access tools if possible....
I have put together LOTS of reports, queries, and some macros over the past dozen years.
Hope some one can lend me some assistance -
THANKS!
mike