FieldExists Property
Description
Checks if the specified database field exists.
Property type
Read-only property
Syntax
Visual Basic
Public Property FieldExists( _
   ByVal TableName As String, _
   ByVal FieldName As String _
) As Boolean
Parameters
TableName
The name of the database table.
FieldName
The name of the field in the table.
See Also