BOF Property

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.

Syntax

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

Remarks

This property is Read-Only.

Example

.......

 

See Also

Recordset Object, EOF Property.