magnify field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made the HCFA-1500 form into a database form. However, the fields are
quite small. I want the field to enlarge when clicked on (or on "has focus")
to make data entry easier. I don't want it to open up a separate form for
each field because there's over 100 fields.

I know pressing SHIFT + F2 will give me the zoom window, but it is too big.
The fields are small, like date of birth 00/00/0000. I just want the field
to enlarge to about twice its size.

Thanks, Vance
 
In the Got Focus Event of a control you want to magnify, use code to change
the height, width, font size, or whatever you need to enlarge it. In the
Lost Focus Event, put it back the way it was.
 
Back
Top