The BOF property indicates that the pointer has reached the beginning of the record and can't be moved any more backwards.
Applies to objects: Recordset.
[[Let] RetVal = ] object.BOF |
The BOF property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. A Boolean type variable. |
This property is Read-Only.
....... |
See Also |
Recordset Object, EOF Property. |