Print Preview size

  • Thread starter Thread starter Susan
  • Start date Start date
Is there any way to set print preview so it defaults to
75% instead of 100%?

thanks!

If you open the report from a command button event, code the event:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom75
 
Thanks, Fred!
-----Original Message-----


If you open the report from a command button event, code the event:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom75
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
 
Back
Top