acNormal - Print to File Possible?

currie

Registered User.
Local time
Today, 16:33
Joined
Jun 19, 2001
Messages
21
Hey all,

I want to do a:

DoCmd.OpenReport "Report_Name", acNormal

but rather than sending the document to the default printer, I'd like for it to print to file. Is there a command for this? Or something similar that will work? The reason I am doing this is because I have a Table of Contents for the Report (as per Microsoft's Sample Databases), and the report has to build itself before the Table of Contents is updated. I'm thinking I can print Report1 to file, then print Report1_TOC to the printer, then print Report1 to the printer.


Thanks!!


- Ryan
 

Users who are viewing this thread

Back
Top Bottom