The Move method will move the position of the current record
Sub DataSource_Move(NumRecords)
End Sub
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).