I am trying to convert my .mdb data base to the .accdb format and when I try to run a simple table to table append query and I am getting "Max can't append all the records in the append query. Max Set 0 field(s) to null value due to a type conversion failure due to key violations"
I have never seen this before. This db will eventually feed SQL Server and there are a lot of primary keys set up which one is "name" and the only other field that is being appened is id. Any help would greatly be appreciated as always.
I have never seen this before. This db will eventually feed SQL Server and there are a lot of primary keys set up which one is "name" and the only other field that is being appened is id. Any help would greatly be appreciated as always.