Macro?

J

jamiks

We made a mail merge packing slip. We would like the item column to remain
blank if threre is no qty for it in the next column over.

any suggestions?
 
G

Graham Mayor

You would use a conditional field. Assuming your field names are called Item
and Quantity then in the Item column enter
{IF {Mergefield Quantity} <> "" "{IF {Mergefield Quantity} <> 0 "{Mergefield
Item}"}"} this will only enter the item field if the quantity field has
content greater than 0. All pairs of field brackets are entered with CTRL+F9


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


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

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