I have a series of fields that the person viewing the form would fill in. When these fields are filled in there are a number of fields below that calculate all of this information. However, one of my fields is giving me an error when the form is cleared, because it creates a zero and the calculation is then not correct. What do I need to enter in the simplified field notation to correct this problem?
Here is the calculation: (field1/field2)*field3*field4
The error states that - "the value entered does not match the format of the field"
When there is no numbers in the above boxes I'd like the calculation box to read $0.00 like my other calculation boxes.
Thanks.
What do you think will happen when you divide by zero?
You can not use the simplified field notation for calculations involving zero, unless you default the field to a none zero value and know your divisor will never have a zero value, so you will need to write a custom calculation script. [url=http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=24626]Division[/url]
George Kaiser