Query a result?

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Paul
Posts: 26
Joined: Tue Oct 10, 2017 12:44 pm

Query a result?

Post by Paul » Wed Dec 21, 2005 1:58 pm

Is it possible to query a result set? ____Or to create sub-querys?____If so, how?________Thank you,____Paul

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Query a result?

Post by kfleming » Thu Dec 22, 2005 9:38 am

You could add additional conditions to the current query to further refine the result set.____Kathleen__R&R Support

Tom_Cangemi
Posts: 12
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Query a result?

Post by Tom_Cangemi » Fri Dec 23, 2005 6:31 pm

Though refining a query is always the best way to get results - sometimes I have found it isn^t possible to get results you want in a single pass -perhaps this is the reason for Paul^s question.____In some instances you must query the result set by Exporting it out to a *.dbf file and then querying and/or joining or adding a join to that resulting exported file in a second query. ____It would be nice if a 2 pass query were possible in one step - or perhaps it is and I haven^t run across it yet - I thought dynamic parameters might give it to us - but that doesn^t seem to exactly give us a two pass query either.

Post Reply