A Fields collection contains all the Field objects of a Recordset object.
Remarks
A Recordset object has a Fields collection made up of Field objects. Each Field object corresponds to a column in the Recordset. You can populate the Fields collection before opening the Recordset by calling the Refresh method on the collection.
Note See the Field object topic for a more detailed explanation of how to use Field objects.