I have a form with a data sheet that allows information to be keyed into a table, this table has a primary key that must be filled in. if you dont, you get the error message "Index or primary key cannon contain a null value"
How can I trap this error and replace the message with something more friendly?
Ive tried the on error event but this just displays my message before the access one
How can I trap this error and replace the message with something more friendly?
Ive tried the on error event but this just displays my message before the access one