Keith Registered User. Local time Today, 20:53 Joined May 21, 2000 Messages 129 Jun 3, 2000 #1 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).]
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).]
R. Hicks AWF VIP Local time Today, 14:53 Joined Dec 23, 1999 Messages 618 Jun 3, 2000 #2 This will convert the first letter of each word to capitals. StrConv([yourField],vbProperCase) HTH RDH
This will convert the first letter of each word to capitals. StrConv([yourField],vbProperCase) HTH RDH