Ok, I spoke too soon! I tried the a message box with the 'before update' event. Here is the code I used:
'code start
Dim intResponse As Integer
Dim strMsg As String
strMsg = "Data on the form has changed. Do you want to save changes?"
intResponse = MsgBox(strMsg, vbQuestion + vbYesNo, "Confirm...