A
Angela
I have a database where the user can add employees to a course list. They
select an employee or group of employees and then click Add, and then these
employees are added to a table with an append query. I anticipate that
occasionally the user will attempt to append the same employee more than
once, which will result in an "append query key violation" which I would like
to manage with code.
It appears that the append query error generates an error message before the
code reaches the error handler, so even tho I've put something in the error
handler to ignore this particular error, the user still gets the append query
key violation error msg. Is there a way around this?
I apologize if this question has been answered before. I searched and found
a gizillion responses to "append query key violation" and tried to look thru
most of them but didn't find an answer to my question.
select an employee or group of employees and then click Add, and then these
employees are added to a table with an append query. I anticipate that
occasionally the user will attempt to append the same employee more than
once, which will result in an "append query key violation" which I would like
to manage with code.
It appears that the append query error generates an error message before the
code reaches the error handler, so even tho I've put something in the error
handler to ignore this particular error, the user still gets the append query
key violation error msg. Is there a way around this?
I apologize if this question has been answered before. I searched and found
a gizillion responses to "append query key violation" and tried to look thru
most of them but didn't find an answer to my question.