I've got a form with a date text box. I want to write my own error handler for the date if the user trys to go to the next record without entering the date. Here's the code that I tried but I don't know which event procedure to put it in.
If Err.Number=3314 Then
msgbox("You must enter the date before proceeding."
End If
If Err.Number=3314 Then
msgbox("You must enter the date before proceeding."
End If