Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The command or action Zoom100% isn't available now.

Status
Not open for further replies.

pelagic

Programmer
Nov 7, 2002
97
US
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top