Zoom form from Double-Click

P

Peter Hibbs

I have a Continuous form (A2003) with several bound Text box controls.
If I click on a Text box and press SHIFT + F2 I can open the Zoom
form to edit the text. However, my users tend to use the mouse much
more than the keyboard on this form so is there any way I can
double-click on a Text field and open the Zoom form?

I have tried SendKeys in various configurations but nothing works
(i.e. form does not open).


Peter Hibbs.
 
F

fredg

I have a Continuous form (A2003) with several bound Text box controls.
If I click on a Text box and press SHIFT + F2 I can open the Zoom
form to edit the text. However, my users tend to use the mouse much
more than the keyboard on this form so is there any way I can
double-click on a Text field and open the Zoom form?

I have tried SendKeys in various configurations but nothing works
(i.e. form does not open).

Peter Hibbs.

Code each control's Double-click event:
DoCmd.RunCommand acCmdZoomBox
 

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

Similar Threads

Zoom (Shift F2) +{F2} 3
Zoom Box 4
open the zoom dialog box by code? 1
Zoom not working in Access 2007 Runtime 1
Double-click to open a zoom box 2
Zoom 1
Memo Zoom Box Trigger 3
Field Zoom Replacement 10

Top