all caps

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

I have a form created and the users what they type to be
in all caps and if they type in lower case when they tab
out it formats to upper case. I cannot find where to set
this. Thanks
 
suppose they type in Text1 box then in the after_update
event put Text1 = UCase(Text1) then it will change to
upper case automatically
 
Also, if you are only interested in it being displayed in all caps, open the
form in design, double-click on the textbox control to open the properties
window. Next to the Format property type in a >(greater then) sign.
 
-----Original Message-----
Also, if you are only interested in it being displayed in all caps, open the
form in design, double-click on the textbox control to open the properties
window. Next to the Format property type in a >(greater then) sign.

--
Reggie

----------



.
 
Back
Top