Errors reported by SQL to Access

  • Thread starter Thread starter Jess
  • Start date Start date
J

Jess

I have an access interface talking to a SQL server database through an ODBC
driver. Data integrity is implemented in SQL. Every time there is a data
integrity violation, SQL reports it to Access which displays an error
message. I can trap this error with the form_error event. However I can’t get
the error message turned off. Is there a way to prevent these errors
messages from popping up? I would like to catch them with code

Thanks
 
Back
Top