ADO and SQL Server
Scroll Backwards Property
The Scroll Backwards property indicates whether the recordset can scroll backward.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("Scroll Backwards") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether the recordset can scroll backward, as specified in Settings.
Settings
Value | Description |
---|---|
True | The recordset can scroll backward. |
False | The recordset cannot scroll backward. |
Data Type
adBoolean
Modifiable
Read/write
OLE DB Property
DBPROP_CANSCROLLBACKWARDS