Auto Zoom Box

J

Joshua A. Booker

Chris,

Paste this into a new module:

Function AutoZoom()
RunCommand acCmdZoomBox
End Function

Then type '=AutoZoom()' in any control's OnClick event.

HTH,
Josh

Chris said:
How can I get the Zoom Box (Shift+F2) to automatically open when I click
in a field?
 
Top