Programatically setting the page size to 8 1/2 by 14

R

rmcompute

In the open event of the report I am setting the report to landscape with:
Me.Printer.Orientation = acPROLandscape
Is there a way to programatically set the page size to 8 1/2 by 14 in a
similar fashion ? Would these changes automatically apply to printing to
the screen as well as the printer ? Would the format have to get set again
in Word if the report is exported to word ? Is there a property to set that
will insure the report sent to the printer will be the same as that being
sent to the screen.
 
Top