zoom

S

steve

i've been trying to have the zoom box pop up when I double
click on a field in a report...to give more room to view
and/or edit.

anyone have any good suggestions?????
 
S

SFAxess

I assume you mean a field on a form.
You can use the "DoCmd.RunCommand acCmdZoomBox" action in
the OnDblClick event of the text box.
 
M

MacDermott

Since reports are not interactive, you won't be editing them anyhow.

If your "field" were a control on a form, you could put code like this in
its double-click event procedure:
DoCmd.RunCmd acCmdZoomBox

HTH
- Turtle
 

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