The MoveFirst method on a Recordset object moves to the first record in a specified Recordset object and makes that record current.
recordset.MoveFirst
None.
The MoveFirst method is used to move the current record position to the first record in the recordset. The MoveFirst method can be invoked on a forward-only Recordset object; but doing so may cause the provider to re-execute the command that generated the Recordset object.