can you use a column for an entire query as a criteria?

icemonster

Registered User.
Local time
Today, 09:24
Joined
Jan 30, 2010
Messages
502
so am thinking, is it possible to use an entire column as a query's criteria? like WHERE fieldtobefiltered = thefieldtobeusedascriteria from query1
 
The most efficient method would be to join the two queries on the related fields.
 

Users who are viewing this thread

Back
Top Bottom