Printer Orientation

M

Marco

Hello,

Is it possible to set the default Orientation to landscape
instead of Portrait from code ?
I know that its possible to invoke menu options
with "DoCmd" or "RunCommand" to open screens but I
couldn't figure out how to change this Printer setting.

Regards,

Marco
 
V

Van T. Dinh

For Reports, you can save the Page Set-up with the Design of the Report.

Open the Report in DesignView. Use File Page Set-up to set the printer
options. Save the Report.
 
M

Marco

Thanks for your reply.
It is a form which has to be printed out. I could not find
an option for a form to print it in landscape.

Marco
 
A

Arvin Meyer

As Van said, open the form/report in Design View, go to File ... Page Set up
.... Page tab and set it to landscape. Then Save the form or report. It will
forever print in landscape (until changed again).

Page setup options are not available for macros (or code).
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top