Field Property
Description
The customization field object for the specified database table and field.
Property type
Read-only property
Syntax
Visual Basic
Public Property Field( _
   ByVal TableName As String, _
   ByVal FieldName As String _
) As Object
Parameters
TableName
The name of the database table.
FieldName
The name of the field in the project database. Use all upper case.
See Also