Print Preview Zoom

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to set the defualt zoom size to 75% instead of fit page?
 
Turning the report's property AutoResize off appears to give 100% instead of
Fit Page.
 
If you use code to open the Report, you can add some VBA statements to do
so. For example:

' to maximise the Report window
DoCmd.Maximize

' to adjust the Preview to 75%
DoCmd.RunCommand acCmdZoom75
 

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