I placed this code in the before event property for most of my forms. Before i close the form this code prompts whether you wish to save the new record.
Private Sub Form_BeforeUpdate(Cancel As Integer)
Dim Msg, Style, Title, MyString, Response
If Not Confirm Then
Beep
Msg = "Do you wish to...