The EOF property indicates that the pointer has reached the end of the record and can't be moved forward any further.
Applies to objects: Recordset.
[[Let] RetVal = ] object.EOF |
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, BOF Property. |