Errror 3314

  • Thread starter Thread starter P
  • Start date Start date
P

P

Hi,
I am getting Access error 3314 when I try to save a record without providing
all required information. I tried to intercept the error with the form_error
event without success. The event does not seem to trigger. Any thoughts?
Thank you. P
 
P:

The place to test for the possibility of this error is in the BeforeUpdate
event of the form. Check that all "required" fields are filled before
allowing the record to attempt to save.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top