ADODB Object
 
Syntax
 
Fields.Delete Index
 
Description
The Delete method designates that a specified Field object is to be deleted from the Fields Collection.
 
You must call the Update method of the Fields Collection to make this deletion. This method has one parameter.
 
Parameter
Description
Index
The Index parameter is either the name property or the ordinal position (index) in the collection of the Field object.
See Also
 
Example
 
objRecord.Fields.Delete 3