I have DB "a" that contains a table "b" with about 1100 records that have a column "c" & I have a db "d" that contains about 100 tables that have a column "e".What I need is a select query that will cycle through the values in "e" for all tables of "d" & compare them to all values in "c" of table "b" ,to see if "e" contains(is like) a value in "c"("e" has other stuff in it too), in all the tables in "d" & return 3 fields in the table of "d" if finds a match.I also need it to do both,1)when it finds a match & 2)when it can not.I think I need a join but I would rather not if possible.I kinda inherited this screwy thing & know enough about SQL/Access to be dangerous,I tried setting up an access db with links to all the tables & executing a query but the values were not correct,any help would be appreciated.