Print Preview size

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

Is there any way to set print preview so it defaults to
75% instead of 100%?

thanks!
 
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.
.
 

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