The Use Bookmarks property indicates whether the recordset supports bookmarks.
object.Properties("Use Bookmarks") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates bookmark support, as specified in Settings.
Value | Description |
---|---|
True | The recordset supports bookmarks. Column zero is the bookmark for the rows. This column obtains a bookmark value, which can be used to reposition to the row. |
False | The recordset does not support bookmarks. The recordset is sequential, and the values of the Literal Bookmarks property is ignored. |
adBoolean
Read/write
DBPROP_BOOKMARKS
The value of this property is automatically set to True if the value of the Bookmarkable or Literal Bookmarks property is set to True.