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!

Formula for proper case in a text field 4

Status
Not open for further replies.

chrismilardo

Technical User
Oct 6, 2000
4
US
I have a 50-character text field that is in all upper case, and I want to change it to proper case- the first letter of each word in upper case, and the rest in lower case. I've created a very basic formula to take care of one-word entries:

left({field},1) + lowercase(mid({field},2,50))


But I cannot figure out how to get multi-word entries, like "THE PROBLEM FORMULA" to format correctly. Any help would be greatly appreciated!

[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top