The getBookmark and setBookmark methods of the Recordset class return to a bookmarked record at any time or save the position of the current record, respectively.
public Object getBookmark();
public void setBookmark(Object bmk);
Sets or retrieves a Variant expression.
bmk | A Variant expression that evaluates to a valid bookmark. |