I want to set up a merge field

B

beachgirl

I need to set up a merge field that will let my customers know how many
referrals they have received over the year by phone, internet, email, etc. I
don't want the field to reflect any number under 5.
Would like it to read"
Total phone referrals........................6
I tried an If...then...else statement which removes the "total phone
referrals........" but if the number is under 5 it prints just the number.
Ex: 1

What am I missing?
 
D

Doug Robbins

{ IF { MergeField Referrals } > 5 "Total phone
referrals........................{ MergeField Referrals }" "" }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - 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