Ok i put this in
Private Sub Form_BeforeUpdate(Cancel As Integer)
If MsgBox("Are you sure you make the changes to this record?", vbExclamation + vbYesNo) = vbYes Then
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Else
DoCmd.DoMenuItem acFormBar...