Contents Index Topic Contents |
Fields Collection
A Fields collection contains all the Field objects of a Recordset object.
Methods
Properties
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.