MoveNext Method

Moves the pointer to the next line upon the result of the query.

Applies to objects: Recordset.

Syntax

[[Let] RetVal = ] object.MoveNext()

The MoveNext method syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Boolean type variable, that indicates whether the pointer was moved to the necessary string.

Remarks

Such repositioning is always possible.

Example

.......

 

See Also

Recordset Object, Move Method, MoveFirst Method, MoveLast Method, MovePrevious Method.