Preview mode screen size

  • Thread starter Thread starter Bill Murphy
  • Start date Start date
B

Bill Murphy

When a report is opened in preview mode it apparently defaults to the size
"Fit", which is too small to be read by the user. Is there a parameter that
can be used when using the OpenReport method that will cause the preview to
open with a size of 100%? Here's the code I am using when opening reports
within my application:

DoCmd.OpenReport "rptMyReport", acViewPreview

Bill
 
Bill said:
When a report is opened in preview mode it apparently defaults to the size
"Fit", which is too small to be read by the user. Is there a parameter that
can be used when using the OpenReport method that will cause the preview to
open with a size of 100%? Here's the code I am using when opening reports
within my application:

DoCmd.OpenReport "rptMyReport", acViewPreview
DoCmd.RunCommand acCmdZoom100
 

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