I'm trying to get an append query to throw an error when it encounters a key violation, but Access doesn't seem to be obliging.
I have a form that allows a user to add items from one subform to another, which is done with an append query. I've disabled warnings for the operation (by request), so when a duplicate entry is run I want add a prompt. However the built-in error handling from Access doesn't seem to consider this an error as no errors are being thrown at all when this happens.
Is this possible?