Printing Multiple Reports

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top