ADODB Recordset: Fields Collection
The Fields Collection is a Collection of Field object contains information about a column in a ADODB_Recordset object.
There is one Field object for each column in the Recordset.
Single Field objects are reached using Field Name or Field number.