SETVALUE |
The function will store a value in either a
field or a form object on the current form. SETVALUE(FIELDNAME or TAG // Value) PARAMETERS
FIELDNAME or TAG Either a valid Field name contained in the current forms table OR
the TAG value
of one of the controls on your form Value The value to
insert. Example#1: Example#2: |