
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Yes, I do mean empty. However, the situation would be, for example, in my
mail merge I have a field for "name". The mail merge is set up with a line
stating Attn: <name> Some records do not have an entry for name and on
the mail merge if the <name> field is empty I want that line skipped in the
merge ie do not print the word Attn.
> By blank do you mean empty? If so you can conditionally insert the content
> of that field eg
[quoted text clipped - 3 lines]
> > When a defined field is blank how do I tell mail merge to skip that
> > field on that one merge?
Graham Mayor - 23 Jul 2007 17:25 GMT
It is then but a small stretch to something like:
{Mergefield Company}{IF{Mergefield name} <> "" "Attn: {Mergefield fieldname}
"}{Mergefield Address1}etc
Use CTRL+F9 for the brackets {} and substitute the correct field names

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Yes, I do mean empty. However, the situation would be, for example,
> in my mail merge I have a field for "name". The mail merge is set up
[quoted text clipped - 17 lines]
>>> When a defined field is blank how do I tell mail merge to skip that
>>> field on that one merge?