I literally did this 15 years ago in Access, but have forgotten. I have a form connected to a table. I want code that will simply look at the filelds in the table, loop through them so that I can run a report for each records. Here's the order I want to do things in.
Store 1 is in the form
A report is exported for store 1 (the query the report is running off of is looking at the form field, which shows store 1)
Store 2 is then populated in the form and a second report is exported
and so on.
I know how to export a report using VBA, I'm just not show how to get the form to loop through all the records.
Thanks,
Store 1 is in the form
A report is exported for store 1 (the query the report is running off of is looking at the form field, which shows store 1)
Store 2 is then populated in the form and a second report is exported
and so on.
I know how to export a report using VBA, I'm just not show how to get the form to loop through all the records.
Thanks,