Is if possible having a me.dirty event in the before_update field,and when you click no, it does not close the current form.
If Me.Dirty Then
If MsgBox("would you like to continue", vbYesNo, "JFK-CONTRACT FORM") = vbNo Then
After the "=vbNo" what can i put for it to just close the msg box, so i can add changes to the current form, instead of it closing.
If Me.Dirty Then
If MsgBox("would you like to continue", vbYesNo, "JFK-CONTRACT FORM") = vbNo Then
After the "=vbNo" what can i put for it to just close the msg box, so i can add changes to the current form, instead of it closing.