How do I change the case of text in more than one entry at a time

M

Molly

I would like to be able to change some text in an address field from upper
case to proper case. How can I do this for multiple records at one time?
 
S

SimonCC

If you don't want to deal with macros, you can try
=PROPER(address)
Although it doesn't work too well with state abbreviations.

-Simon
 
Top