How to omit blank lines in mail merge

G

Guest

How can you omit blank lines in a merged document (such as a mailing label)
where the field has no data in the data source document?
 
G

Greg Maxey

You do it with an IF field:
{Mergefield Address1}{IF {Mergefield Address2} <> "" "{Mergefield
Address2}"}{Mergefield Address3}Note: in the example above there is a line
feed (Shift+Enter) following the third speech mark.
 
G

Graham Mayor

Or even a paragraph (Enter) ;)

{Mergefield Address1}{IF {Mergefield Address2} <> "" "
{Mergefield Address2}"}{Mergefield Address3}


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

My web site www.gmayor.com

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

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