The MoveFirst and MoveLast methods of the Recordset object allow you to move to the first and last records, respectively. MoveNext and MovePrevious enable you to move to the next and previous records in the Recordset, respectively. Finally, the Move method allows you to move forward or backward a specific number of records. Adding new records is done with the AddNew method, while editing an existing record is done with the Edit method