One prompt for two queries

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

Guest

Can query B get date parameters from query A that have already been entered
by the user, using only the prompts created by the query and not having to
run the queries from a form?

Thanks

Steve
 
If query B is using Query A as a table source, yes. Query B will get the
parameters from query A.

If query B is being run independently of query A, no.
 

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