R
Randi W
I am making a form to edit a table where one field is required. If the user
tries to update without having put a value into this field she gets a "ugly"
error message saying:
"The field <fieldname> cannot contain a Null value because the Required
property for this field is set to True. Enter a value in this field."
I thought I could do a test on the "Before Update" event. If
IsNull(<required column>) then I would give a more user friendly message.
BUT - then I would like to stop the save operation, otherwise the default
error message will pop up after my message..
Is it possible to stop the Update?
Thanks for any help on this,
Randi W.
tries to update without having put a value into this field she gets a "ugly"
error message saying:
"The field <fieldname> cannot contain a Null value because the Required
property for this field is set to True. Enter a value in this field."
I thought I could do a test on the "Before Update" event. If
IsNull(<required column>) then I would give a more user friendly message.
BUT - then I would like to stop the save operation, otherwise the default
error message will pop up after my message..
Is it possible to stop the Update?
Thanks for any help on this,
Randi W.