Moves the pointer to the next line upon the result of the query.
Applies to objects: Recordset.
[[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. |
Such repositioning is always possible.
....... |
See Also |
Recordset Object, Move Method, MoveFirst Method, MoveLast Method, MovePrevious Method. |