I need to know the record position in order to enable the moveNext and movePrevious button. However, it seems that the recordset.absolutePosition does not give an up-to-date position of my recordset.

I add watch to the debugger and track the value of recordset.absolutePosition it seems that it always had an value of adPosUnknown (why is so??).

How do I track my recordset position?

TIA.