Bookmarkable Property

See AlsoproBookmarkableSee                 ExampleproBookmarkX>Low

Applies To

Table object5RHH0MW, Dynaset object25TLT8, Snapshot objectHBYSUX.

Description

Indicates whether a recordset22S7WAF supports bookmarks2NFD9R0.  Not available at design time; read-only at run time.

Syntax

recordset.Bookmarkable

Setting

The Bookmarkable property settings are:

Setting             Description

 

True                 The recordset supports bookmarks.

False                The recordset doesn't support bookmarks.

 

Remarks

Inspect the value of the Bookmarkable property before you use the Bookmark property to make sure the recordset supports bookmarks.

For a recordset based entirely on Microsoft Access tables, the value of the Bookmarkable property is always True and bookmarks can be used.  Other databases may not support bookmarks.  For example, you cannot use bookmarks in a recordset based on an attached Paradox table that has no primary index.