movePrevious Method

See Also            Applies To

Moves the cursor backward by one record within the Recordset object.

Syntax

object.movePrevious()

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.