R
Reid
I have an Access 2000 form bound to a SQL 2000 table. When the user doesn't
supply all required information in the required fields (Not Null SQL
columns) and tries to commit, I get an ugly ODBC error that isn't trapped in
any form object's OnError event. I'd rather handle the error and display a
friendly message than analyze each control in the BeforeUpdate event. Any
ideas? Thanks.
supply all required information in the required fields (Not Null SQL
columns) and tries to commit, I get an ugly ODBC error that isn't trapped in
any form object's OnError event. I'd rather handle the error and display a
friendly message than analyze each control in the BeforeUpdate event. Any
ideas? Thanks.