Microsoft
Software
Hardware
Network
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
Compaq Presario - Hard Drive Issue
Intranet Website Address
Exchange System Manager cannot add new object to recipient update service
How do I edit pages on his site
XPS M1530 not booting
Microsft Access Query to extract text with multiple variety of words to next space
Resize VMWare Drive
Deciphering AS/400 Terminal traffic
SQL sentence with SUM, IF, THEN
Report based on query ... can I see other table fields ?