I icemonster Registered User. Local time Today, 09:24 Joined Jan 30, 2010 Messages 502 May 3, 2012 #1 so am thinking, is it possible to use an entire column as a query's criteria? like WHERE fieldtobefiltered = thefieldtobeusedascriteria from query1
so am thinking, is it possible to use an entire column as a query's criteria? like WHERE fieldtobefiltered = thefieldtobeusedascriteria from query1
pbaldy Wino Moderator Staff member Local time Today, 07:24 Joined Aug 30, 2003 Messages 36,274 May 3, 2012 #2 The most efficient method would be to join the two queries on the related fields.