If your form is bound to a table or query then it will automatically update as you move from record to record.
The only way I know to make it so that the user has to click a Save button is to create an unbound form with the correct boxes and when the user clicks the button it will run a procedure that opens the table in memory and adds a new record with the data in the form.