kentwoodjean
Technical User
I have a table that has several thousand records including that of a customer name. We are going to have to use mail merge to send out some monthly letters and I need a bit of formatting help on the name. The name field appears with last name first, space, and first name all in Caps (I.e. DOE JOHN). Here are 2 things that I need to do and am looking for the quickest and easiest way to do it:
(1) Need to conver the Name to lower case yet have the first letter of each part of the name in Caps. I currently have the expression - Expr1: LCase([SUBS_FULL_NAME]) that puts all of it in lower case (2) I need to get a comma between the 2 parts of the name.
Any help would be appreciated.
(1) Need to conver the Name to lower case yet have the first letter of each part of the name in Caps. I currently have the expression - Expr1: LCase([SUBS_FULL_NAME]) that puts all of it in lower case (2) I need to get a comma between the 2 parts of the name.
Any help would be appreciated.