This method is called periodically during a lengthy asynchronous operation to report how many rows have currently been retrieved (fetched) into the Recordset.
Syntax
FetchProgress Progress, MaxProgress, pRecordset
Parameters
Progress A Long. The number of records that have currently been retrieved.
MaxProgres A Long. The maximum number of records expected to be retrieved.
pRecordset A Recordset object. The object for which the records are being retrieved.