Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Printing


Message #1 by "Andrew Payne" <andrew@p...> on Tue, 25 Feb 2003 15:48:52
There's 2 parts to this enquiry.

1.  Is there a way to open a report using the Docmd.OpenReport code in 
normal mode so that it prints more than 1 copy (preferably 3 copies) 
without having to open the report the required number of times.

2.  How can I format a report on opening it so that it will print out 
either landscape or portrait as required.
Message #2 by "Gregory Serrano" <SerranoG@m...> on Tue, 25 Feb 2003 16:02:35
Andrew,

Look up help for "Printer Object".  There you will find an example that 
sets page orientation, copies, and even double or single sided printing 
(duplex).

Greg

  Return to Index