AccpacView.RecordBookMark
Returns the bookmark of the current record. A bookmark uniquely identifies a record in a view.
Property RecordBookMark As Variant
(read-only)
Remarks
The bookmark is an internal representation of the current primary key field values, as well as other information required to uniquely identify a record.
A bookmark is primarily used to reposition the record pointer to the current record by calling GotoBookmark.