I have a dataset that has a list of names and address. The data is in all capital letters. Now when performing the mail merge I use the Propper Case switch ( \*Caps ). This works for most of my records but not all. For instance:
JOHN MCDONALD --> John Mcdonald
JOHN SMITH III --> John Smith Iii
DE NATION BANK, NA --> De Nation Bank, Na
How can I get this type of information formated correctly?
John McDonald
John Smith III
DE Nation Bank, NA
Additional information: Currently datasource is in Excell, but can easily moved to different format (Access, text file, ...)
JOHN MCDONALD --> John Mcdonald
JOHN SMITH III --> John Smith Iii
DE NATION BANK, NA --> De Nation Bank, Na
How can I get this type of information formated correctly?
John McDonald
John Smith III
DE Nation Bank, NA
Additional information: Currently datasource is in Excell, but can easily moved to different format (Access, text file, ...)