AC5FF
Registered User.
- Local time
- Today, 06:39
- Joined
- Apr 6, 2004
- Messages
- 552
Or am I barking up the wrong tree?!?! 
I have two tables I am compairing and would like to identify what is missing from one table when compaired to the 2nd.
For simplicity, the first table contains 10 dates; we'll just call them 1 thru 10.
The second table contains two columns, a list of initials along with dates that corrispond to the first tables numbers.
So; in essence here is the data from table two:
What I want my query to output is:
ABC 3
ABC 7
XYZ 6
Yet I can't seem to get this to work.
Any Ideas?
I have two tables I am compairing and would like to identify what is missing from one table when compaired to the 2nd.
For simplicity, the first table contains 10 dates; we'll just call them 1 thru 10.
The second table contains two columns, a list of initials along with dates that corrispond to the first tables numbers.
So; in essence here is the data from table two:
Code:
ABC 1
ABC 2
ABC 4
ABC 5
ABC 6
ABC 8
ABC 9
ABC 10
XYZ 1
XYZ 2
XYZ 3
XYZ 4
XYZ 5
XYZ 7
XYX 8
XYZ 9
XYZ 10
What I want my query to output is:
ABC 3
ABC 7
XYZ 6
Yet I can't seem to get this to work.
Any Ideas?