Referring To The Proper Row Of The Outer CFLoop (With Nested CFLoops)

<cfloop query="qAlpha">
 
	<p>
		<cfloop query="qNumeric">
 
			#qAlpha.letter# -
			#qNumeric.number#<br />
 
		</cfloop>
	</p>
 
</cfloop>

For Cut-and-Paste