Running a query off of another query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to run a query and get a list of ID numbers and from
that list of numbers use those as parameters to run another query.
Additionally, I would like to have this automated so user input is restricted
to parameters on the first query. Any help would be appreciated!
 
In design view use the first query in the second query and join with your
table by clicking on the ID field in the first query and drag to the ID field
in the table.
 
Back
Top