Contains all the Field objects of a Recordset object.
Indicates the number of objects in a collection.
object.Count
Long.
Read-only.
Returns a specific member of the Fields collection by name or ordinal number.
object.Item(
Index As Variant)
Either the name of the Field object you want to retrieve or the object’s ordinal position (index) in the collection.
Field. Returns a reference to a Parameter object.