G
Guest
If you know the absolute position of a row in a recordset, say 2, is it
posibble to move to that position directly?
I can only find MoveNext, MoveLast, MoveFirst etc.
I want to do something like rs2.MoveTo(rp) where rp = 2.
Thanks.
posibble to move to that position directly?
I can only find MoveNext, MoveLast, MoveFirst etc.
I want to do something like rs2.MoveTo(rp) where rp = 2.
Thanks.