Can someone help, i have a form the when you click save if all mandatory are not entered then it posts a message, which works fine, but when i click save (and all fields are correct) and the message comes up "Are these details correct?" if i click no, it still saves into the table.
The code is as below.
MsgBox "Are these details correct?", vbYesNo, "Confirm details"
DoCmd.GoToRecord , , acNewRec
Anyone help me
Paul
The code is as below.
MsgBox "Are these details correct?", vbYesNo, "Confirm details"
DoCmd.GoToRecord , , acNewRec
Anyone help me
Paul