Moves the cursor forward by one record within the Recordset object.
Syntax
object.moveNext()
Parameters
object
A Recordset script object.
Remarks
The methods you can use for moving the cursor are move, moveAbsolute, moveFirst, moveLast, movePrevious, and moveNext.