Can someone give me ideals on how to use the progress bar with ADO. I need to figure out how to calculate the time or percentage completed when going from rs.BOF to rs.EOF in a loop.

MSDN has this example using the PercentPosition with the recordset object. This is only for DAO and RDO. Does anyone know of something similar….

MS example:

PercentPosition Property
Sets or returns a value indicating the approximate location of the current record in the Recordset object based on a percentage of the records in the Recordset.

Thanks for any help.

Corey