label printing

M

Matt

I have some addresses on my list that have and Apt. field. How do I have
word ignore those instances where this does not occur and not print a blank
line?
 
P

Peter Jamieson

Use Alt-F9 to view the MERGEFIELD codes.

You probably have

{ MERGEFIELD Apt }

at the moment.

Change it so you have

text and fields above { IF "{ MERGEFIELD Apt }" = "" "" "
{ MERGEFIELD Apt }" }
text and fields below

Where all the {} are the special field code braces that you can insert using
ctrl-F9

Do that in label 1, then re-propagate the label content (unless you're using
a Tablet PC, in which case it may not work and you can try one of the
methods at http://tips.pjmsn.me.uk/t0005.htm )

Peter Jamieson
 

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