PDA

Click to See Complete Forum and Search --> : Question (Required ur opinion)


krigans
Nov 26th, 2000, 09:44 AM
please select only one option

How can you determine if a DAO Recordset object supports bookmarks?
Choice 1 By examining the Recordset1.HasBookmarks property.
Choice 2 Only Forward Only type Recordsets support Bookmarks.
Choice 3 All Recordset objects support Bookmarks.
Choice 4 By examining the Recordset1.Bookmarkable property.
Choice 5 By examining the Recordset1.Bookmarks property

dlm
Nov 27th, 2000, 03:22 AM
Hi,

Choice 4 shut be the right anser...

From the Help file of Access 97:
Returns a value that indicates whether a Recordset object supports bookmarks

DLM