Use an If...then...Else... field construction that checks for the existence
of data in the Middle Initial field and inserts that field plus the last
name field it there is something, otherwise it inserts the last name field
by itself
{ IF { MERGEFIELD "MiddleInitial" } <> "" "{ MERGEFIELD "MiddleInitial } {
MERGEFIELD "LastName" }" "{ MERGEFIELD "LastName } }
You must use Ctrl+F9 to insert each pair of field delimiters { } and Alt+F9
to toggle off their display.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hello,
> I am using excel as a datasource for a WORD document that is set up for
[quoted text clipped - 3 lines]
> appears properly spaced.
> Any help would be appreciated thanks
rjr - 02 Aug 2006 11:56 GMT
Doug,
Thank you so much. That's exactly what I was looking for but wasn't able to
figure it out.
I sincerely appreciate the help that I've gotten over the years from people
like you and thanks doesn't seem a large enough word, but it's all I got.
Thanks
BOB
> Use an If...then...Else... field construction that checks for the
> existence of data in the Middle Initial field and inserts that field plus
[quoted text clipped - 14 lines]
>> that it appears properly spaced.
>> Any help would be appreciated thanks