Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Appending multiple reports

Status
Not open for further replies.

rpmrob

Technical User
Apr 23, 2003
34
0
0
CA
Hi:

My db currently runs a loop to print out reports, but this gives us problems with our printer. I was wondering if it might be helpful to run the loop and append each report to one big file and then print just the one big file. Does anyone know how to do this ? The code looks something like this:

loop
...
DoCmd.OpenReport stDocName, acNormal, "", Dept
...
end loop

I'd rather just append each report while in the loop and then print the append file after the loop is complete.

Thanks!

R
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top