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

Validation rule for text box not using exact case

Status
Not open for further replies.

TonyG

Programmer
Nov 6, 2000
79
US
I put in a validation rule property for a text box field on a form. Specifically, it is for a two character state field. The validation rule looks like this "[State]"="AL" Or "AK" Or "AR" Or ..." etc. When i run the form it accepts only the valid states in the validation rule, but it allows it to be entered in lower case as well as CAPS. I want it to only allow CAPS.

Any help would be appreciated.

Thanks,
Tony
 
Hi.
I think this works: in the property sheet, data, input mask enter >LL
Good luck
:) Gus Brunston
An old PICKer
padregus@home.com
 
Thanks for your reply Gus.

Your suggestion worked perfectly.

Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top