Mr and Mrs

S

steve

Currently our mail merge from Access2000 reads in the
document say whereas fields 1 & 3 are Prefix Mr, Mrs etc,
and fields 2 & 4 are last name.

(field 1)(field 2)
(field 3)(field 4)

Dear (field 1) (field 2),

xxxxxxxxxxx

What we want it to read is:

(field 1)(field 2)
(field 3)(field 4)

Dear (field 1)(field 2)and(field 3)(field 4),

xxxxxxxxx

whereas the "and" disappears when field 3 or 4 are Null.

How do I do that?
 
G

Graham Mayor

You need conditional fields - something along the lines

Dear (Mergefield 1} (Mergfield 2}{IF {Mergefield 4} <> "" " and {Mergefield
3} {Mergefield 4}" }


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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