How do I convert text that is in all upper case to lower case with the first capitalized
J JH Aug 20, 2006 #1 How do I convert text that is in all upper case to lower case with the first capitalized
S Steve Schapel Aug 20, 2006 #2 JH, Make (and run) an Update Query, to update YourField to... StrConv([YourField],3)