JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I have a master table and an input table loaded into PQ. Both tables contain a primary key and I wish to update all values from the input table into/replace those in the master table.
I've been trying merge queries with Left Inner Joins and Left Anti Joins (I have a basic idea of the differences) but after I expand the table, I'm still struggling to 'replace'/write over the original values
Can anyone explain or suggest how to merge two tables like this? For now I just need to replace values against primary key.
TIA,
Jack
I have a master table and an input table loaded into PQ. Both tables contain a primary key and I wish to update all values from the input table into/replace those in the master table.
I've been trying merge queries with Left Inner Joins and Left Anti Joins (I have a basic idea of the differences) but after I expand the table, I'm still struggling to 'replace'/write over the original values
Can anyone explain or suggest how to merge two tables like this? For now I just need to replace values against primary key.
TIA,
Jack