AddActiveField Method
Description
Finds the first free, inactive field in the specified table, signs the field as active, and returns the CustomizationFields object representing the field.
Syntax
Visual Basic
Public Function AddActiveField( _
   ByVal TableName As String _
) As Object
Parameters
TableName
The name of the table to which to add the field.
Return Type
See Also