Uppercase to Title Case

J

Jeannette

Does anyone know how to change uppercase data that was
imported into Access to title case? I know how to
convert uppercase to lowercase and lowercase to
uppercase. Any input would help!
 
K

Ken Snell [MVP]

There is the StrConv function that has the ability to change to "proper
case", though that means capitalize the first letter of each word and make
all other letters in that word small (not always what you want).

You use it by
StrConv([FieldName], 3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top