View Full Version : Zoom report in certain 100% by code


PaulSharma
08-19-2005, 12:48 PM
How can i zoom report to open in 100% when it opens using a code.

ThreeCrow
08-21-2005, 07:33 AM
Click the On Open Property of your Report this bring up a Form with three chooses, choose Code.

When the Code window opens place this Code

DoCmd.Maximize

Do the same for the On Close Property except, use this Code

DoCmd.Restore


Hope this Helps

Rich
08-21-2005, 12:55 PM
RunCommandacCmd Zoom100%