E
esharris
In MS Access 2003, I have a form that is bound to a table that has a field
that requires data entry.
Suppose I use the form to add a row and then decide to delete the row. If I
close the form before adding something to the required field, I get an error
message that complains about the Null value in the required field. Somewhere
in there a "before update" event is triggered.
IMHO, it doesn't make sense to update the row (and trigger error messages)
before deleting the row. If I don't want the row, I don't care if the row
would have violated a constraint, if I chose to update it.
How can I get the program to remove the row without squaking about the null
value in the required field?
that requires data entry.
Suppose I use the form to add a row and then decide to delete the row. If I
close the form before adding something to the required field, I get an error
message that complains about the Null value in the required field. Somewhere
in there a "before update" event is triggered.
IMHO, it doesn't make sense to update the row (and trigger error messages)
before deleting the row. If I don't want the row, I don't care if the row
would have violated a constraint, if I chose to update it.
How can I get the program to remove the row without squaking about the null
value in the required field?