Read forward in recordset without moving current record? (1 Viewer)

DocNice

Registered User.
Local time
Yesterday, 20:51
Joined
Oct 6, 2004
Messages
76
Hey all,
I could swear I've seen a way to read the contents of the next record without actually telling the recordset to movenext. Like a +1, +2 type of thing. But I can't find it now.

Can this be done and what is the language?
Thanks,
Doc
 

Bodisathva

Registered User.
Local time
Yesterday, 23:51
Joined
Oct 4, 2005
Messages
1,274
you can reference the absolutePosition property of the recordset...that will tell you the exact location, calculated from the beginning, of the record you are currently on, so as long as you don't change your recordset data, you can move back directly.
 

Users who are viewing this thread

Top Bottom