Using Access 2000 VBA code, I want to print a report for each table created from a query (110 separate tables). All tables have an identical structure and the one report form will provide the uniform format that is required.
I know I could create 110 reports and then use a loop with the OpenReport method, but this report will be modifed periodically and I do not want to create or modify 110 reports. I have to believe that there is a VBA way of using one report form with 110 different record sources.
Any suggestions?
Thanks,
Perry02
I know I could create 110 reports and then use a loop with the OpenReport method, but this report will be modifed periodically and I do not want to create or modify 110 reports. I have to believe that there is a VBA way of using one report form with 110 different record sources.
Any suggestions?
Thanks,
Perry02