I have a form which only edits existing records. The last field is the only field available for editing and on the BeforeUpdate event for that field I have a vbYesNo confirmation box which is working properly. No closes the form without saving. Can someone provide me the code needed to save the record and leave the form open when Yes is selected? This form is cycling the current record only, not all records. Thank you.