genek Posted June 12, 2001 Posted June 12, 2001 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?
BobWeaver Posted June 12, 2001 Posted June 12, 2001 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.
Recommended Posts
This topic is 8568 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now