I need help in moving one record (split across two tables) from its original table to a different table. I have an inventory database that has our asset information split into two tables, Device_Main and Device_Detail. The Asset number links them both, and is the PK in both tables.
I want to move the record from the active inventory tables to surplus tables.
I have tried an append query with both tables trying to update the two other tables but it failed. Will this require two queries?
Thanks for any assistance you may have,
DC
I want to move the record from the active inventory tables to surplus tables.
I have tried an append query with both tables trying to update the two other tables but it failed. Will this require two queries?
Thanks for any assistance you may have,
DC