Returns a collection of Microsoft® ActiveX® Data Objects (ADO) bookmarks tied to the rows affected by the current event.
Syntax
| [ oColl
 = ] 
event.bookmarks | 
| [ oObject  = ] 
event.bookmarks(iIndex) | 
Possible Values
| oColl | Array of ADO bookmarks. | 
| oObject | Reference to an individual item in the array of elements contained by the object. | 
| iIndex | Required. Integer that specifies the zero-based index of the item to be returned. | 
Members Table
The following table lists the members exposed by the
bookmarks
object.  Click a tab on the left to choose the type of member you want to view.
Attributes/Properties
| Property | Description | 
|---|
| length | 
Sets or retrieves the number of objects in a collection. | 
Methods
| Method | Description | 
|---|
| item | 
Retrieves an object from the bookmarks collection.  | 
Standards Information
There is no public standard that applies to this collection.
Applies To
See Also
Introduction to Data Binding, Bookmark Property - ADO