Fields Collection

A Fields collection contains all the Field objects of a Recordset object.


Methods

Item, Refresh

Properties

Count

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.


© 1997 Microsoft Corporation. All rights reserved.