A
AShi
how to convert uppercase to proper name using update query
AShi said:how to convert uppercase to proper name using update query
Nicely working when changing vbPropercase in 3
StrConv([fieldName];3)
Bob Barrows said:It might not be perfect, but the StrConv() function will do this:
update ... set namefield = strconv(namefield,vbPropercase)
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.