H
Hans
I'm trying to use an IF statement to add text to a 2003 Word doc based on the
numerical value of a form field (whose bookmark name is TimeAndExpense). It's
not working.
Here's the field code:
{ IF { FORMTEXT TimeAndExpense } >0 "Display This Text" " " }
Am I trying something that's not possible? If the form field with bookmark
name TimeAndExpense is blank, the text string is nonetheless displayed.
Thanks...
numerical value of a form field (whose bookmark name is TimeAndExpense). It's
not working.
Here's the field code:
{ IF { FORMTEXT TimeAndExpense } >0 "Display This Text" " " }
Am I trying something that's not possible? If the form field with bookmark
name TimeAndExpense is blank, the text string is nonetheless displayed.
Thanks...