>

Bookmarkable Property

Applies To

Dynaset-Type Recordset Object, Recordset Object, Snapshot-Type Recordset Object, Table-Type Recordset Object.

Description

Returns True (-1) if the Recordset object supports bookmarks, which you can set using the Bookmark property.

Remarks

You can use the Bookmarkable property with Recordset objects.

Check the Bookmarkable property setting before you attempt to set or check the Bookmark property to make sure that the Recordset object supports bookmarks.

For a Recordset object based entirely on Microsoft Jet database engine tables, the value of the Bookmarkable property is True, and bookmarks can be used. Other database products may not support bookmarks, however. For example, you can't use bookmarks in any Recordset object based on an attached Paradox table that has no primary key.

Note

The Bookmarkable property doesn't apply to forward-only scrolling snapshots.

See Also

Bookmark Property, RecordCount Property.

Example

See the Bookmark property example.

Example (Microsoft Excel)

See the Bookmark property example (Microsoft Excel).