Set the zoom of the report to 100%?
When I click a button a report opens. What I would like is to set the zoom feature to 100% as a default when the button is clicked and the report is displayed. Can I do this programmatically?
…
DoCmd.OpenReport ReportName, acViewPreview
DoCmd.Maximize…
So far the report comes up, but even though I have it maximized it is displayed in such a way that you have to zoom in to read it. I would rather have it so the end user doesn't have to do this.
Thoughts?
Gary
When I click a button a report opens. What I would like is to set the zoom feature to 100% as a default when the button is clicked and the report is displayed. Can I do this programmatically?
…
DoCmd.OpenReport ReportName, acViewPreview
DoCmd.Maximize…
So far the report comes up, but even though I have it maximized it is displayed in such a way that you have to zoom in to read it. I would rather have it so the end user doesn't have to do this.
Thoughts?
Gary