I have a form where users will be updating records on a monthly basis. I need to have the form prompt the user to save changes if they did anything to the record. The form is set up with next and back buttons that allow the user to just leave the record if they made a change. I tried using the AfterUpdate property on the main form and it kind of worked. The macro had the warning box pop up from a macro. I had it say save changes. The problem with the box is that it only says OK. I need to have the box say yes or no. If the user selects no, then they return to the record. If they say yes, they move on to the next record. Please help! Is there a way to do it without VB programming. If not, can you tell me how to install the code?