June 12, 200124 yr Is there a way to save query results? Ex - Perform a query "A" where some results are desired. Perform query "B" but then want to view the results from query "A" again. Is there a way to do this without re-inputting parameters of an entire query?
June 12, 200124 yr What I do is have a tag field that I clear before the query is done. Then after I get a found set, set that field in all the found records to some value using the replace command. Then, if I want to find that set later on, I just search on the tag field for the value that I set.
Create an account or sign in to comment