G Guest Dec 12, 2003 #1 How can I get the Zoom Box (Shift+F2) to automatically open when I click in a field?
J Joshua A. Booker Dec 12, 2003 #2 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 Click to expand... in a field?
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 Click to expand... in a field?