Mailing Labels Alterations?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Excel spread sheet data source I'm using to create an address
block. How do I change which elements get used in an address block? I want
to have addresses set up so that, for example, Field 1 appears first ONLY if
filled with data; otherwise, Field 2 appears first. But I'm confused over
how to establish fields and sequences in the label master document.
 
When creating the label document, the Mail Merge Toolbar has a command button
that says Word Fields, you can insert an If field to evaluate field 1 and if
blank, place Field 2
 
As others have indicated you need to abandon the addressblock field and use
the individual fields in a conditional field that places the fields and
associated spacing as required eg

{IF {Mergefield Field1} <> "" "{Mergefield Field1} "}{Mergefield Field2}
Note the positions of the spaces.

http://www.gmayor.com/mail_merge_labels_with_word_xp.htm may help also.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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

Back
Top