Position Property
Description
The current record position (0-based).
Property type
Read-write property
Syntax
Visual Basic
Public Property Position As Long
Remarks
Position is 0 when the cursor is on the first record or if the recordset is empty.
See Also