Prev Method
Description
Moves to the previous record and makes it the current record.
Syntax
Visual Basic
Public Sub Prev() 
Remarks
Calling Prev when the cursor is on the first record of the recordset has no effect. The first record continues to be active. Use the BOR Property to determine if the first record is current.
See Also