Thanks Cindy
I tried that but it did not work.
Basically when they bring it in the names are meant to
look like the John B Smith, but if the name does not have
a middle initial in the field the it looks like this
John Smith and as this is for a work realted problem
that does not look the best.
Any other suggestions would be greatly appreciated thanks.
>-----Original Message-----
>Hi Gary,
[quoted text clipped - 22 lines]
>
>.
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 14 Feb 2004 01:56 GMT
Hi Garry,
Databases are much better at data manipulation than word processors. Use a
Query in Access that combines the fields into one
[First Name] & " " & IIF(Len([Middle Initial])>0, [Middle Initial] & " ",
"") & [Last Name]
Then use the Query as the data source.

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Thanks Cindy
>
[quoted text clipped - 40 lines]
>>
>>.
Cindy M -WordMVP- - 19 Feb 2004 16:10 GMT
Hi Gary,
> Basically when they bring it in the names are meant to
> look like the John B Smith, but if the name does not have
> a middle initial in the field the it looks like this
> John Smith and as this is for a work realted problem
> that does not look the best.
Yes, but you check whether "Middle initial" is blank. If it
is, type a space in the "true" box. If it's not, then no
space will be entered, thus only one space between first and
last names.
Otherwise, see Doug's suggestion.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)