MoveNext Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Moves to the next record in the data access page recordset. This method fails if the current record is the last record in the recordset.

expression.MoveNext

expression   An expression that returns a DataPage object.