Moves the cursor to the first record of the Recordset object.
Syntax
object.moveFirst()
Parameters
object
A Recordset script object.
Remarks
Returns True if successful and False if not successful.
The methods you can use for moving the cursor are move, moveAbsolute, moveFirst, moveLast, movePrevious, and moveNext.