Sets or returns a bookmark that uniquely identifies the current record.
Read-write property
object.Bookmark= [ value ] |
Long
You can use the Bookmark property to store the bookmark of the current record and then return to that record from any other record in the RecordSet. To store the bookmark for a record, move to that record, and then assign the value of the Bookmark property to a variable. To return to the bookmarked record from another record, set the Bookmark property of the RecordSet to the value of that variable.