Page setup

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

I would like to set the page setup of a report always in
the landscape page and in maximum view.
Is this possible?
 
I would like to set the page setup of a report always in
the landscape page and in maximum view.
Is this possible?

Open the Report in Design View.
Code the Report's Open Event:
DoCmd.Maximize

Click on File + Page Setup + Page.
Set the Orientation to Landscape.
Exit and Save the report changes.

The Report will open in landscape, maximized.
 

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

Similar Threads


Back
Top