J
Jeff
We're using Access 2002 as a front end to a SQL Database.
We've created a form for adding data to a SQL table.
If we close a form without data in a required field, the
form closes and no data is appended to the table (but the
user doesn't know this). No error condition is created to
trap.
If we work directly from the access query that the form is
bound to, an ODBC error message (invalid use of null) is
generated when trying to add incomplete data.
Anyone know why the error message is not generated in the
form?
We've created a form for adding data to a SQL table.
If we close a form without data in a required field, the
form closes and no data is appended to the table (but the
user doesn't know this). No error condition is created to
trap.
If we work directly from the access query that the form is
bound to, an ODBC error message (invalid use of null) is
generated when trying to add incomplete data.
Anyone know why the error message is not generated in the
form?