ADO » Fields » Delete

Syntax:
Fields.Delete Index
Index
The Index parameter is either the name property or the ordinal position (index) in the collection of the Field object.

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.

Examples

Code:
objRecord.Fields.Delete 3