Next Method
Description
Moves to the next record and makes it the current record.
Syntax
Visual Basic
Public Sub Next() 
Remarks
If Next is called when the cursor is on the last record of the recordset, moving the cursor beyond the last record, EOR becomes True and an attempt to read data causes an error.
See Also