Using Zoom on a text box on a form

  • Thread starter Thread starter John Baker
  • Start date Start date
J

John Baker

I'm sure I have see it before but can't seem to locate it.
I'm trying to allow a user doing data entry to be able to double click a
textbox and have them zoom to have a larger view of the text box. I have
done it before but I have had to create a new form for each textbox and
filtered the form for the current record.

I'm sure I have seen a much easier method somewhere else. Any ideas or
suggestions gratefully received.

John Baker
 
Shift F2

Programmatically:
Me.MyTextBox.SetFocus
RunCommand acCmdZoomBox
 
Thank you very much Allen. You saved me heaps of time. Much appreciated.

John.
 

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

Back
Top