I have a save button with an "if msgbox". If the user clicks yes the save will go through. If the user clicks no then the record is undone. Instead of undoing the record, I would like to just keep the record dirty and prevent the save. Is this possible? Is it the cancel event or something? If so, how do you write that in VBA?
Thanks.