Format Names

C

Chris

Hi,

How can I have my names formatted as such:
Jane Smith, regardless of the number of character
involved? At the moment I have all letters in uppercase
like this: JANE SMITH. But is is not always very good
looking especially when creating labels and letter headers.

Thanks in advance,
Chris.
 
R

Rick Brandt

Chris said:
Hi,

How can I have my names formatted as such:
Jane Smith, regardless of the number of character
involved? At the moment I have all letters in uppercase
like this: JANE SMITH. But is is not always very good
looking especially when creating labels and letter headers.

FormattedName: StrConv([NameField], 3)

This will be imperfect if you have names like vanGelder or MacDonald, etc..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top