--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Here's my field as it currently stands, and works returning me the correct
data:
{ MERGEFIELD O_08 \# $##.00 }
What I'd like to do (or think I need to do) is something like this:
{ IF { MERGEFIELD O_08 = 0 "" { MERGEFIELD O_08 \# $##.00 } }
or mabye just:
{ IF { MERGEFIELD O_08 = 0 "" \# $##.00 }
Whatever the case, I can't get the filed blank if there's a zero in that cell.
Thanks.
Matt
{ IF { MERGEFIELD O_08 } <> 0 { MERGEFIELD O_08 \# "$,0.00"} }
If you want zeros suppressing also, add in the semi-colons to the switch