From: wkuo on
I understand how to "Using Query Results in Queries" through this link:
http://www.adobe.com/livedocs/coldfusion/5.0/Developing_ColdFusion_Applications/
queryDB11.htm;

However, does anyone know how to do this inside a component? note: the first
query gets parameters through a form and the second query is called through a
grid bind.

From: Dan Bracuk on
I didn't read the link, but there are two ways to use query results in other
queries. At least two that I know about.

One is to use valuelists. Since your link was for Cold Fusion 5, that's
probably what they mentioned.

The other is with Query of Queries.

You do it in a component the same way you do it in a template.

 | 
Pages: 1
Prev: CFFILE question
Next: CFLOOP Problem