Printing Multiple Reports

  • Thread starter Thread starter M. Wilson
  • Start date Start date
M

M. Wilson

Hello,

I have a booklet that had to be converted into a report. I broke the
booklet into 10 separate Access reports. I want them to print them one at a
time.

First I open all of the reports then I want to print page 1 of all 10 of the
reports then page 2 of all of the reports and so on.

Right now, I use the following set of statements...

for i = 1 to 44
reports!report1.setfocus
printout ....
next i

However I get an error message on the setfocus line. Does anyone know how
to move focus to other reports that are open? Any suggestions would be
greatly appreciated.

Thanks,
M. Wilson
 
Back
Top