Decimal fields are very similar to numeric fields. The following table describes the differences between decimal and numeric fields.
• If you want the precision of decimal or integer data to be shown exactly as it is entered (by ensuring the Limit Trailing Digits option is deselected) without any roundingFor example, a field called Qty is located within a repeating subform. In the first instance of the subform, the Qty field may have the value 3, and in the second instance of the subform, the Qty field may have the value 3.123:
• If the Limit Trailing Digits option is set to a maximum of 2, the first number is stored as 3 (because trailing 0s are removed) and the second number is stored as 3.12 (because the number is rounded).
• If the Limit Trailing Digits option is deselected, both numbers are stored exactly as they are entered (the first number is stored as 3 and the second number is stored as 3.123).To learn more about the options for decimal fields, see the section on numeric fields because many of the options are identical.
Note: To use the decimal field object in an interactive form, you must have Adobe Reader 6.0.3 or later.