Printing an Access Form in landscape mode - TechRepublic
Question
October 24, 2006 at 02:33 PM
acqanal

Printing an Access Form in landscape mode

by acqanal . Updated 19 years, 4 months ago

I have a Form which acts as a report that I would like to print out. The Form is slightly wider that the standard letter size width (8.5″). I created a command button, which I placed at the bottom of my Form, and in the event procedure for the command button, I used the following code; DoCmd.printout acPrintAll.

The statement prints the Form, but in the defaulted ‘Portrait’ orientation. I would like to know if there is a way to get the Form to be printed in the ‘Landscape’ orientation using codes rather than manually going into the print setup to change the page orientation everytime.

This discussion is locked

All Comments