Question : Ms Access query within query

Hi

I have a select query that outputs a name.  I now want to use this output as criteria in another query - how can I do this in Access?

Answer : Ms Access query within query

select * from tablex
where [Name] In(< place your query here >)


or you can use Inner join,

post the query that you have and the new query you are trying to build
Random Solutions  
 
programming4us programming4us