Convert to Proper Case

JohnLee

Registered User.
Local time
Today, 09:05
Joined
Mar 8, 2007
Messages
692
Hi,

I hoping someone might know what expression I need to create to convert text in a field in an append query to proper case.

The reason for this is that I am receiving data in all uppercase and really need it to be in proper case, that is only the first character of each word in the field is capitalised.

A field name for instance is strProductDescription and I want the data to change from "FRIDGE FREEZER" to "Fridge Freezer" on appending the data to another table, hence a proper case function or expresssion.

Any assistance would be most appreciated.

John
 
StrConv([ProductDescription],3)

The "3" is for conversion to upper and lower case
 
Thanks KenHigg and Mike375

for your responses, Mike375 I used your expression which worked great, thanks very much

John
 
I be darn, I forgot that - Thanks Mike.
 
In my database in access 2007 the visual basics does not work, how do I enable it.?
Dave
 
I Made a copy and saved it to drive\Program Files\Microsoft Office\Templates it made it read only, but made me a copy which went back to my original file, but still the same piroblem, no vba.
 
Thanks John
Working now, made my holding file a trusted file
Dave
 

Users who are viewing this thread

Back
Top Bottom