C
C. David Rossen
Hello:
I have a report called rptIvoiceLog for which I have created a button to
open it up. The Event Procedure for the button is:
stDocName = "rptInvoiceLog"
DoCmd.OpenReport stDocName, acPreview
DoCmd.Maximize
By default, the report size zoom level is "fit" so the entire page fits in
the window. I normally click zoom once to get it to 100%. I was wondering
if there something that I could add to the event procedure that would open
the report at a starting zoom level of 100% or any other percentage that I
wanted. Thanks for any help on this.
David
I have a report called rptIvoiceLog for which I have created a button to
open it up. The Event Procedure for the button is:
stDocName = "rptInvoiceLog"
DoCmd.OpenReport stDocName, acPreview
DoCmd.Maximize
By default, the report size zoom level is "fit" so the entire page fits in
the window. I normally click zoom once to get it to 100%. I was wondering
if there something that I could add to the event procedure that would open
the report at a starting zoom level of 100% or any other percentage that I
wanted. Thanks for any help on this.
David