I have a event procedure that imports data from Excel files into DB tables. It works fine with a error handling system that performs when duplicate data is detected.
However, I also get what appears to be the database system message about "Microsoft Access is not able to append records" when duplicate data is found.
Is there a way of not having this message appear? The error handling system works when the user clicks "No" to continuing in the problem append message. But there would be a problem if the user accidently clicks "Yes."
Is there a way to not have the append message appear or to change it's structure to only have one option for the user?
Thanks.
However, I also get what appears to be the database system message about "Microsoft Access is not able to append records" when duplicate data is found.
Is there a way of not having this message appear? The error handling system works when the user clicks "No" to continuing in the problem append message. But there would be a problem if the user accidently clicks "Yes."
Is there a way to not have the append message appear or to change it's structure to only have one option for the user?
Thanks.