Purpose
Returns or assigns the name of a field.
Note
Changing the name of a field with the program running can cause unpredictable behavior unless code is carefully written.
Syntax
[Form].Field.Name [= FieldName]
FieldName |
The name of the field in string expression format. |
|