Nightowl4933
Tryin' to do it right...
- Local time
- Today, 06:47
- Joined
- Apr 27, 2016
- Messages
- 151
...but I was really trying to do this myself!
I have two tables, structurally the same and with a lot of duplicated data - basically, I manually 'fixed' different data in both of them and I'm having difficulty merging them into a 'consolidated table to include both updates.
So, in detail:
The PremID field in tblOriginal is spot on, and I want to append all the data from tblUpdate, but not the records where the PremID is the same. Fore example, if there is a PremID value in tblOriginal of ABC12345, then I wouldn't import a record with theat same PremID from tblAppend. I do, however, want to import all the records from tblAppend that don't have a PremID. There are currently over 120 more records in tblAppend - and they're the ones I want!
Thanks.
I have two tables, structurally the same and with a lot of duplicated data - basically, I manually 'fixed' different data in both of them and I'm having difficulty merging them into a 'consolidated table to include both updates.
So, in detail:
The PremID field in tblOriginal is spot on, and I want to append all the data from tblUpdate, but not the records where the PremID is the same. Fore example, if there is a PremID value in tblOriginal of ABC12345, then I wouldn't import a record with theat same PremID from tblAppend. I do, however, want to import all the records from tblAppend that don't have a PremID. There are currently over 120 more records in tblAppend - and they're the ones I want!
Thanks.