Printpreview settings..

A

Arjan

Hello,

I have a question:
A report contains 2 pages. However, during the print preview it only shows 1
page, I know I can change it with my right mouse button "multiple pages"
etcetera...
But I want the print preview standard to show 2 pages, and not 1..
Is this possible? and if yes, how can I do it?

Thnx in advance!! :)

Arjan
the Netherlands
 
A

Al Camp

Arjan,
Use this code when you open the report...
DoCmd.OpenReport "YourReportName"
DoCmd.RunCommand acCmdPreviewTwoPages
 
Top