I’m using VB6 and Access2002.
When I was using DAO, to retrieve my position in the recordset I would go
rs.percentposition
This option doesn’t appear to be available to ADO recordsets.
Whenever I try to use rs.absoluteposition it returns some negative numbers.
Can anyone tell me the ADO equivalent to rs.percentposition and explain what rs.absoluteposition is for?
Thanks for your time.