Double-click to open a zoom box

M

M Skabialka

I have a text box in a continuous form that I would like the user to
double-click and open it up in a zoom box. I have done this before but
can't find the On Double-Click event code that I used.
Can someone please refresh my memory?
Mich
 
F

fredg

I have a text box in a continuous form that I would like the user to
double-click and open it up in a zoom box. I have done this before but
can't find the On Double-Click event code that I used.
Can someone please refresh my memory?
Mich

DoCmd.RunCommand acCmdZoomBox
 
M

M Skabialka

Exactly what I wanted but couldn't for the life of me find anywhere on
Google or Microsoft. Wrong search terminology I guess!
Thanks!
Mich
 

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