Printpreview settings..

  • Thread starter Thread starter Arjan
  • Start date Start date
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
 
Arjan,
Use this code when you open the report...
DoCmd.OpenReport "YourReportName"
DoCmd.RunCommand acCmdPreviewTwoPages
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top