R
Rio
Hi!
I have a table with a field whose Required property is set
to Yes. The table is bound to a user input form. I want
to provide the user with an error message if the text box
on the form is null prior the updating the record.
I tried putting code in the BeforeUpdate event but that
didn’t work. I simply receive the standard MS error
message that states the field <name> can't contain a Null
value because the Required property for this field is set
to True. Enter a value in this field. (Error 3314)
How can trap for this error so I can provide the user with
a user friendly error message vs the standard MS message?
Thanks for your help.
Rio
I have a table with a field whose Required property is set
to Yes. The table is bound to a user input form. I want
to provide the user with an error message if the text box
on the form is null prior the updating the record.
I tried putting code in the BeforeUpdate event but that
didn’t work. I simply receive the standard MS error
message that states the field <name> can't contain a Null
value because the Required property for this field is set
to True. Enter a value in this field. (Error 3314)
How can trap for this error so I can provide the user with
a user friendly error message vs the standard MS message?
Thanks for your help.
Rio