What are your name fields called? Word has to guess which fields contain the
names you want to use, and recognises certain field names but not others. SO
if you use the field name "Name", Word may not know where to get the data to
put in the Greeting line. So when you insert your greeting line, use the
Match fields button to tell Word what the appropriate field names in your
document are.
Another way to do this is to use individual nested fields - you can create
these using ctrl-F9 to insert each pair of {} and alt-f9 to toggle between
"codes" and "results" view. If you just have one field called "mynamefield"
with the name you want to use, you would probably need something like
{ IF "{ MERGEFIELD mynamefield }" = ""
"To whom it may concern"
"Dear { MERGEFIELD mynamefield }," }
--
Peter Jamieson - Word MVP
Word MVP web site
http://word.mvps.org/
Mindy said:
Hi. I'm doing a mail merge for the first time and I cannot get it to put
"dear" then the correct solutation, it just puts To whom it may concern.
The .csv file I'm using had the first and last name in the same cell. I did
a sample sample and I split the names up into two columns, first and last
names . When I tried to do a mail merge in Word it still doesn't recognize
the name and just put To whom it may concern. If someone could help me
figure this out, I would really appreciate it. Thanks, Mindy