I am not really sure how to do this or if this is even doable. I have 4 tables (A,B,C,D) with a piece of data that may be in one or up to all four. I want to write a query that will show what table that data can not be found in. So data1 is not in C, data2 is not in A or D. Any ideas or examples?