MoveNext Method

Advances the database cursor to the next returned row in the ADO Record set.

Syntax

object.MoveNext

Parameters

The MoveNext method property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Examples