I have an access form that is inserting datat into a SQL server database. I have a not null field in my table.
When I enter a null value in the form for that field I get the standard ODBC errer that say you must enter a value for that field. How can I change that error to something that will make sense for the end user.
When I enter a null value in the form for that field I get the standard ODBC errer that say you must enter a value for that field. How can I change that error to something that will make sense for the end user.