I've tried with .AbsolutePosition but it gets -2 or something like this :confused:
Can somebody help me, please?
Thanks in advance.
Printable View
I've tried with .AbsolutePosition but it gets -2 or something like this :confused:
Can somebody help me, please?
Thanks in advance.
My mistake, the value was -3 (what means EOF), I believe I was in the first record.... :blush:
The AbsolutePosition is not correct if u are using a Server Side cursor.Quote:
Originally Posted by Jethro Tull
Before opening the recordset, make it a Client side cursor
VB Code:
rs.CursorLocation = adUseClient
Then the absolute position should return correct value