I have a data entry form for a table with a required field on each record. The required field is the last field in the data entry stream. When the user tabs through the field or enters I trap the error in the ON ERROR event of the form. I display a message noting the field is required and then clear the error. However, I can't seem to get the form to stop adding the record which results in an access error message. Is there any way I stop this attempted update from occurring and generating the error message?
Thanks.
Thanks.