J
JR_06062005
How can I open a report to zoom to 100 percent rather than "fit" when I click
on a report. I tried doing this with the Open Report event, but I get the
error message "Can't use that property at this time" number 2046. If I
create a button on a form with the following to open the report, maximize and
zoom to 100, the button works:
docmd.openReport ReportName
doCmd.Maxmize
Runcommand acCmdZoom100
But when I try to attach the 'RunCommand acCmd100', I get the error message
described above. Is there some way that I can tell the report to maxmize and
zoom to 100 percent regardless of the way in which the report is opened?
on a report. I tried doing this with the Open Report event, but I get the
error message "Can't use that property at this time" number 2046. If I
create a button on a form with the following to open the report, maximize and
zoom to 100, the button works:
docmd.openReport ReportName
doCmd.Maxmize
Runcommand acCmdZoom100
But when I try to attach the 'RunCommand acCmd100', I get the error message
described above. Is there some way that I can tell the report to maxmize and
zoom to 100 percent regardless of the way in which the report is opened?