knorth1233
IS-IT--Management
I have two inventory tables, one named "Unvin" and the other called "Unvin2". For reasons that may not be easy to explain, we need to move a field called "Misc4" out of the Unvin table and place the values into the Unvin2 table and into a new field named "EngineDesc". The two tables currently are joined by their primary key called UnitID in both tables. An empty field called "EngineDesc" currently exists in the Unvin2 table. I thought that the best way to update the Unvin2 table would be to use an Append Query. Unfortunately I keep getting an error message that says "zero records were udated because of a Key Violation".
I don't know if what I am doing is fundimentally wrong and that perhpas I need a different method to update the Unvin2 table, or is my query layout is just flawed.
Can anybody help with this?
Thanks
Ken
I don't know if what I am doing is fundimentally wrong and that perhpas I need a different method to update the Unvin2 table, or is my query layout is just flawed.
Can anybody help with this?
Thanks
Ken