This object allows you to access and manipulate fields on forms. Field numbering always begins with 1 and proceeds in the order in which the fields were defined in the form. For example, the fifth field defined on a form is field number 5.
If you obtain a field object from one of the Application objects, then this object is an instance of the current processed field in FORMS.
You can also obtain Field objects from a Form object. In this case the field can be any field on the Form, not just the one currently processed.
Note: When working in a Field event, there is a big difference in results using InterpretApp.Field (or any of the other production module application objects) or InterpretApp.Form.Fields.Item(1), even if you get the same field.
The properties and methods specific to the Field object are listed below.