Purpose
Returns or assigns the numeric value of a field.
This is only applicable to fields with numeric values, such as checkboxes and enumerated lists.
The Value attribute also returns date information. Text and Value are the default attributes for fields.
Syntax
[Form].Field.Value [= TRUE | FALSE | Value]
TRUE | FALSE |
TRUE assigns the numeric value of the field. |
Value |
-1 (True) or 0 (False) |
|