Applies To Dynamic-Type Recordset object, Dynaset-Type Recordset object, Recordset object, Snapshot-Type Recordset object, Table-Type Recordset object.
Description
Returns a value that indicates whether a Recordset object supports bookmarks, which you can set by using the Bookmark property.
Return Values The return value is a Boolean data type that returns True if the object supports bookmarks. Remarks Check the Bookmarkable property setting of a Recordset object before you attempt to set or check the Bookmark property. For Recordset objects based entirely on Microsoft Jet tables, the value of the Bookmarkable property is True, and you can use bookmarks. Other database products may not support bookmarks, however. For example, you can't use bookmarks in any Recordset object based on a linked Paradox table that has no primary key.See Also Bookmark property, RecordCount property.
Example See the Bookmark property example. Example (Microsoft Access) See the Bookmark property example (Microsoft Access). Example (Microsoft Excel) See the Bookmark property example (Microsoft Excel).