Queries with Parameters

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

Guest

Is there a way to have a 2 queries with a parameter input and then have a 3rd
call these queries selecting everything and unioning them together somehow
passing in a parameter from the 3rd query back to the two it is calling?
 
Dale said:
Is there a way to have a 2 queries with a parameter input and then have a 3rd
call these queries selecting everything and unioning them together somehow
passing in a parameter from the 3rd query back to the two it is calling?


Use a macro.

K Board
 
If you have a third query using two other parameter queries then simply
running the third query will cause the parameters to be requested.

If I have misunderstood what you are asking, I apologize.

'====================================================
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top