I have a form with several txt boxes bound to a table. The General information for a specific entry is as follows:
Data Type = Text
Field Size = 20
Caption = Reps' Last Name
Default Value =
Validation Rule = Like "" or is Null
Validation Text = NOT VALID
Required = Yes
Allow Zero Length = No
Indexed = Yes(Duplicate OK)
Unicode Compression = Yes
The form is displayed with all the information that was entered before. If the user deletes the information for the above entry (by mistake or on purpose) Access issued the following message: "The field 'tblReps.RepLname' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field."
My question is: Is there a way to override the above message by issuing my own message? Either by disabling the system message and allow me to do the error checking, or finding the correct way to handle the Validation Rule/Validation Text, or any other way.
Any suggestion is appreciated.
Data Type = Text
Field Size = 20
Caption = Reps' Last Name
Default Value =
Validation Rule = Like "" or is Null
Validation Text = NOT VALID
Required = Yes
Allow Zero Length = No
Indexed = Yes(Duplicate OK)
Unicode Compression = Yes
The form is displayed with all the information that was entered before. If the user deletes the information for the above entry (by mistake or on purpose) Access issued the following message: "The field 'tblReps.RepLname' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field."
My question is: Is there a way to override the above message by issuing my own message? Either by disabling the system message and allow me to do the error checking, or finding the correct way to handle the Validation Rule/Validation Text, or any other way.
Any suggestion is appreciated.