How do I NOT carry over parameters from query to query?

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

Guest

Hello all :)

I have read thru almost ALL of these postings and I can't find my answer
though many have been helpful anyway. Thank you.

I am developing one query from another. The first query has parameters - I
do not want those parameters to carry over to the new query. Is there a way
to prevent this?

Thanks in advance for the help!
Karin
 
Not sure what you mean. The first query will limit the list of records
based on the entered criteria. The second query (if based on the first)
will pull the records selected by the first and then further limit or
manipulate the results. If you don't want to 'use the parameters from the
first' then don't base the second query on the results of the first.
 
Back
Top