This method moves the active row pointer to the next row
Syntax
recordset.MoveNext
Remarks
Use the MoveNext method to move the current record position one record forward, toward the bottom of the recordset. If the last record is the current record and you call the MoveNext method, ADOCE sets the current record to the position after the last record in the Recordset—EOF is True. An attempt to move forward when the EOF property is already True generates an error.