jessicatran
New member
- Local time
- Yesterday, 16:26
- Joined
- Jun 20, 2007
- Messages
- 5
hi,
I have 2 tables:
Table 1:
User Desc
AAA apple
BBB orange
CCC orange
Table 2:
User Desc
AAA apple
ZZZ banana
Query result:
User Desc
BBB orange
CCC orange
So basically, I want all entries in Table 1 that aren't in Table 2.
In access, the default is inner join. I tried other options but none would give me the result as described above.
What do I need? Please advise. thx, jess.
I have 2 tables:
Table 1:
User Desc
AAA apple
BBB orange
CCC orange
Table 2:
User Desc
AAA apple
ZZZ banana
Query result:
User Desc
BBB orange
CCC orange
So basically, I want all entries in Table 1 that aren't in Table 2.
In access, the default is inner join. I tried other options but none would give me the result as described above.
What do I need? Please advise. thx, jess.