Hmmm
{ IF {MERGEFIELD YourMergeField } = "1" "{MERGEFIELD
YourOtherMergeField}"}{ IF {MERGEFIELD YourMergeField } = "2" "{MERGEFIELD
YourOtherMergeField}"}etc
might be nearer the mark. If you use >= you would get multiple entries.
All the relevant conditional fields follow one another on the same line

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> You will need a differnt field code for each rate expression:
>
[quoted text clipped - 3 lines]
> YourOtherMergeField}}
> etc.
prkhan56 - 07 Mar 2005 15:53 GMT
Hi Greg
I got it working.
I would also try Graham's suggestion
Thanks to both of you