The Fetch Backwards property indicates whether the recordset can fetch backward.
object.Properties("Fetch Backwards") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether the recordset can fetch backward, as specified in Settings.
Value | Description |
---|---|
True | The recordset can fetch backward. |
False | The recordset cannot fetch backward. |
adBoolean
Read/write
DBPROP_CANFETCHBACKWARDS