M
mscertified
The following code is failing with error 2455 ("You entered an expression
that has an invalid reference to the property ZoomControl")
DoCmd.OpenReport "rptTAD", acViewPreview
Reports("rptTAD").ZoomControl = ReportZoomPercent
DoCmd.OpenReport "rptNotification", acViewPreview
Reports("rptNotification").ZoomControl = ReportZoomPercent
Is the above code valid? the zoomcontrol property does not appear in
prompting. I have also seen used code like:
DoCmd.RunCommand acCmdZoom75
Is this a better way?
that has an invalid reference to the property ZoomControl")
DoCmd.OpenReport "rptTAD", acViewPreview
Reports("rptTAD").ZoomControl = ReportZoomPercent
DoCmd.OpenReport "rptNotification", acViewPreview
Reports("rptNotification").ZoomControl = ReportZoomPercent
Is the above code valid? the zoomcontrol property does not appear in
prompting. I have also seen used code like:
DoCmd.RunCommand acCmdZoom75
Is this a better way?