Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Force upper case in text box?

Status
Not open for further replies.

robojeff

Technical User
Dec 5, 2008
220
US
Is there a way to force the text entered into a text box so that whatever is entered by the user, all alpha text will be in upper case?
 
In the "After Update" event add the following:

= UCase([YourTextBoxName])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top