The Skip Deleted Bookmarks property indicates whether the recordset allows certain methods of the RecordSet object to skip a bookmark row and continue with the next row.
object.Properties("Skip Deleted Bookmarks") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether the called method skips the bookmark row, as specified in Settings.
Value | Description |
---|---|
True | The called method skips the bookmark row and continues with the next row. |
False | The called method returns DB_E_BADBOOKMARK. |
adBoolean
Read/write
DBPROP_BOOKMARKSKIPPED
The Skip Deleted Bookmarks property has impact if a bookmark row has been deleted, if a recordset contains a bookmarked row to which the user does not have access rights, a bookmark identifying a row not in the chapter, or contains a bookmarked row that is no longer a member of the recordset.
These methods are affected: