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
"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