View Full Version : Access tables field conversion


synet
09-24-2003, 07:45 AM
Hi,
I have a table which contains a field called firstname and all the letters are in uppercase, how do I convert it in such a way that , only the first letter is in uppercase and all other letters are in lowercase?

Thanks , please let me know.

Mile-O
09-24-2003, 07:58 AM
Use an UPDATE query.

Newman
09-24-2003, 08:01 AM
I like your poll:D I voted for Urgent Please:D
Sorry! Your little mistake was just too funny.

Welcome in the forum.

For your problem, I suggest you take a look at "vbProperCase"

Mile-O
09-24-2003, 08:09 AM
OK, use an UPDATE query using the StrConv() function.