Text manipulation

Keith

Registered User.
Local time
Today, 23:21
Joined
May 21, 2000
Messages
129
Is there any way to replicate the 'Proper' worksheet function in Access?

Thanks
Keith


[This message has been edited by Keith (edited 06-03-2000).]
 
This will convert the first letter of each word to capitals.

StrConv([yourField],vbProperCase)

HTH
RDH
 

Users who are viewing this thread

Back
Top Bottom