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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Mask

Status
Not open for further replies.

TheRiver

IS-IT--Management
Dec 18, 2003
121
GB
I got a field which I want an input mask which forces everything you enter to Uppdercase how can I do this?

If I just put > in the input mask it does not work?
 
You have some options for forcing the text to uppercase.

The input mask is >LL <- The L is the number of letters to change the case of so this example could be a state field.

The > on the format of your forms control or on the table's field format will give you what you are looking for.

HTH,

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top