chumsky
01-25-2010, 09:40 AM
I have a table where the last name and first name entries are upper case. How can I change this so that only the first letter is a upper case?
|
View Full Version : Changing upper case to title case chumsky 01-25-2010, 09:40 AM I have a table where the last name and first name entries are upper case. How can I change this so that only the first letter is a upper case? rainman89 01-25-2010, 09:43 AM look up vbProperCase lagbolt 01-26-2010, 07:10 AM ...and StrConv()... |