Recordset Object

You can use the GetRows method to retrieve records from a Recordset object. The data that is returned is stored in a Variant array.

The AbsolutePosition property, which you can use to set or return the relative record number of a Recordset object’s current record, is now supported and documented. The PercentPosition property, which you can use to set or return a value indicating the approximate location of the current record in the Recordset object based on a percentage of the records in the Recordset, now supports TableDef objects without indexes.