EOF Property

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.

Syntax

[[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.

Remarks

This property is Read-Only.

Example

.......

 

See Also

Recordset Object, BOF Property.