AccessWater
Registered User.
- Local time
- Today, 05:49
- Joined
- Jun 14, 2006
- Messages
- 52
Hello, I am suing an append query to append new tables to an existing table. However, I only want to append the records that are not in the existing table. I have three variables: Category, Group, Project. None of them are unique. How to wirte this query.
For example: In existing Table:
Category Group Project
A 1 Pro1
A 1 Pro2
A 2 Pro1
B 1 Pro1
B 2 Pro1
Now I have two records:
A 1 Pro3
A 1 Pro1
I only want to append A 1 Pro3 to the existing table.
Thank you for your help.
For example: In existing Table:
Category Group Project
A 1 Pro1
A 1 Pro2
A 2 Pro1
B 1 Pro1
B 2 Pro1
Now I have two records:
A 1 Pro3
A 1 Pro1
I only want to append A 1 Pro3 to the existing table.
Thank you for your help.