Auto Zoom Box

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Back
Top