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

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
 
R

Rick B

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.
 

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

Top