R
Ripper
I have a single form that contains several fields from tblStudents. I set
the required property to true on several key fields. I am attempting to use
custom error messages in the BeforeUpdate properties without any success. If
I set the..
If (Me.StuID) IsNull Then ... (Create Error Msgbox) I can just tab right
by it without an error. How do I create a custom error message that will
open if the field is null and the user just tabs by the field? We can assume
that the form is activated by entering some kind of information before we tab
past that field.
the required property to true on several key fields. I am attempting to use
custom error messages in the BeforeUpdate properties without any success. If
I set the..
If (Me.StuID) IsNull Then ... (Create Error Msgbox) I can just tab right
by it without an error. How do I create a custom error message that will
open if the field is null and the user just tabs by the field? We can assume
that the form is activated by entering some kind of information before we tab
past that field.