Question
query withing query loop
Hi all,
This is the situation that I have
<query1>
<cfloop query1>
<query2>
<cfoutput query2>
<cfoutput query2>
</cfloop>
</cfloop>
Lets say that query2 has 2 rows, I am getting data from row1 in row2 where row2 fields are empty.
So if I have row1 query2.name = 'mike' I'll get that same value in row2 if the row2 name is blank?
This is the situation that I have
<query1>
<cfloop query1>
<query2>
<cfoutput query2>
<cfoutput query2>
</cfloop>
</cfloop>
Lets say that query2 has 2 rows, I am getting data from row1 in row2 where row2 fields are empty.
So if I have row1 query2.name = 'mike' I'll get that same value in row2 if the row2 name is blank?
