Move

The Move method will move the position of the current record

Syntax

Sub DataSource_Move(NumRecords)
End Sub

Parameters
NumRecords
A signed Long expression that specifies the number of records that the current record position moves.
Remarks

If the NumRecords argument is greater than zero, the current record position moves forward (toward the end of the DataSource). If NumRecords is less than zero, the current record position moves backward (toward the beginning of the DataSource).

Applies To

DataSource Object

See Also

MoveFirst



©2001-2015 eMill. All trademarks property of their owners.