Understanding of Bookmark and RecordClone

llyal

Registered User.
Local time
Today, 23:23
Joined
Feb 1, 2000
Messages
72
Understanding of Bookmark and RecordClone

Here is the code snippet in question:

Me.RecordsetClone.FindFirst "TestID = " & numTestID
Me.Bookmark = Me.RecordsetClone.Bookmark

I use it all the time and know the end-result- a specific record is located fast; however, i do not understand what these terms mean and what is happening; example, when i see a for ... next loop, i understand what is happening, but i do not understand what is happening in this case of recordsetclone and bookmark;

I have consulted the MS Access help file and still am cloudy; anyone care to put this in a "nut shell"?

thank you!

--llyal
 

Users who are viewing this thread

Back
Top Bottom