I've not really needed to use a query of queries before, so here's a 
stupid question to be sure it's what I need....

The first set of query results comes from a search form.

After the results are returned and displayed, I need to be able to 
refine that search based on a specific criteria.

Filter your results based on ________

When the filtered set is returned, I need to be able to apply yet 
another filter to refine the results even more and return a final set of 
records.

OK, so the question - you'd cache the first query results. Then run your 
next filter, cache those results, and then run your final filter to 
return the final records - correct?

Or is there a better way to do this?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282530
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to