Hi all 
Ok, let's say I have 3 tables with the following data
T1 T2 T3
1 , 1 , 1
2 , 2 , 3
3 , 4 , 4
, , 5
I'd like to be able to create a query that has the only record as its result as 5 as it is the only data item the does not exist in Tables 1 and 2. I don't just want to search for 5, I can do that
I would like to be able to write a query which finds all the records that are present in one table, but are not present in x number (in this case 2) of other tables.
I don't seem to be able to find any simple way of doin this and there doesn't seem to be a definitive answer on any forums. Anyone got any ideas??
Cheers,
Matt

Ok, let's say I have 3 tables with the following data
T1 T2 T3
1 , 1 , 1
2 , 2 , 3
3 , 4 , 4
, , 5
I'd like to be able to create a query that has the only record as its result as 5 as it is the only data item the does not exist in Tables 1 and 2. I don't just want to search for 5, I can do that

I don't seem to be able to find any simple way of doin this and there doesn't seem to be a definitive answer on any forums. Anyone got any ideas??

Cheers,
Matt
