Hi there,
In my command_click()I have the following code.
MSAccess.DoCmd.OpenReport ReportName, acViewPreview
MSAccess.RunCommand acCmdZoom100
MSAccess.DoCmd.Maximize
Screen.MousePointer = vbNormal
I got error message at MSAccess.RunCommand acCmdZoom100.
The Zoom100% isn't available now. It used to work fine and now I got this message. Can anyone give me a hint?
Thanks,
pelagic
In my command_click()I have the following code.
MSAccess.DoCmd.OpenReport ReportName, acViewPreview
MSAccess.RunCommand acCmdZoom100
MSAccess.DoCmd.Maximize
Screen.MousePointer = vbNormal
I got error message at MSAccess.RunCommand acCmdZoom100.
The Zoom100% isn't available now. It used to work fine and now I got this message. Can anyone give me a hint?
Thanks,
pelagic