View Single Post
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

The probability is that you don't have both names as firstname but are using
the middlename field for the 'Marie' because the firstname field will
produce everything in the firstname field. You will need to check your
Outlook data. Alternatively start the merge from Outlook
http://www.gmayor.com/mailmerge_from_outlook.htm and conditionally add the
middle_name field to your document eg

{ MERGEFIELD First_Name } { IF { MERGEFIELD Middle_Name } "" "{
MERGEFIELD Middle_Name } " }{ MERGEFIELD Last_Name }


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


mino'aka wrote:
I am doing an email merge from my Outlook contacts and everything
works wonderfully EXCEPT that there are a few people on my list who
have two-word first names and both words don't show up in the "First
Name" field at the Mail Merge Recipients window after I choose the
Contacts folder from which to select the recipients.
For example: I have a contact named Ann Marie Smith. I have mail merge
fields directly from Outlook for First Name. When it's merged I get a
document that says "Dear Ann," instead of "Dear Ann Marie".
What should I do to get Outlook to recognize that it's a two-word
first name without putting a dash or something between the words?
Word and Outlook 2003 on an Exchange server.