I have a FILLIN field that prompts for a dollar amount. If the amount is
greater than zero, I want the words "increased by" to preceed the dollar
amount; if less than zero, "decreased by" to preceed the dollar amount. I
have coded it as follows:
{FILLIN "Contract Change Amount" \# {QUOTE "increased by "} "$ #,###.00",
{QUOTE "decreased by "} "$ #,###.00"}
but it doesn't work. Is there a way to accomplish what I'm looking for?
TIA, David
Doug Robbins - Word MVP - 26 Sep 2006 04:38 GMT
See the following page of fellow MVP, Graham Mayor's website:
http://www.gmayor.com/formatting_word_fields.htm

Signature
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
>I have a FILLIN field that prompts for a dollar amount. If the amount is
> greater than zero, I want the words "increased by" to preceed the dollar
[quoted text clipped - 7 lines]
>
> TIA, David