Merging to Labels - Controlling printing

P

PT

I am printing labels using a 10 labels per sheet (A4) shipping label. I have
a return address printed in a colour and a particular font (Arial 8pt) at
the top left corner. Then the address is lower and indented.

The last sheet of labels will usually have several that are not used for
addresses but have the return address printed on them.

How can I get these unused labels to be completely blank? I have tried
inserting an "If...Then...Else..." field after the "NextRecord" field but
that creates a mess and I can't control the font.
Thank you.
Paul
 
P

Peter Jamieson

I know you have tried this already but I don't think there is likely to
be a simpler possibility than surrounding your fields by an IF field.

Or maybe you could surroud each field by an IF field that does something
like

{ IF { MERGEREC } = "" "" "{ MERGfIELD myfield }" }


Peter Jamieson

http://tips.pjmsn.me.uk
 

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