I have a database linked to a table. I am trying to append this data to a table in my databse. I am getting this error
unable to append 36 records to table due to key violations
I know there are duplicate records in the linked table and am sure that is the cause of my error. I want the duplicates to append, how can I fix this>
unable to append 36 records to table due to key violations
I know there are duplicate records in the linked table and am sure that is the cause of my error. I want the duplicates to append, how can I fix this>