Jan 29, 2004 #1 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?
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?
Jan 29, 2004 #2 SteveR77 Programmer Sep 18, 2000 813 US 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 Upvote 0 Downvote
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