Mailmerge coding

N

Noel

I have a mail merge that has information merged from an access database. I
have my coding to be
{IF {MERGEFIELD BuyBackCreditQuarters } >0 {MERGEFIELD Quarterly_Cost -
QuarterlySubsidy \ #$,0.00{ "$0.00"}

I need it to merge the difference of Quarterly Cost and Quarterly Subsidy
into this field.

Thanks
 
M

macropod

Hi Noel,

Try:
{IF{MERGEFIELD BuyBackCreditQuarters }> 0 {={MERGEFIELD Quarterly_Cost}-{MERGEFIELD QuarterlySubsidy} \# $,0.00;($,0.00)}}
 

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