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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top