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.
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