Im not sure why you want to loop throught cells, the only thing you need to
do is loop on new rows and just insert the values into the correct column.
<TABLE>
<CFOUTPUT QUERY="qryname">
<TR>
<TD>#col1#</TD>
<TD>#col2#</TD>
<TD>#col3#</TD>
<TD>#col4#</TD>
</TR>
</CFOUTPUT>
</TABLE>
If this isnt what you want to do please give some more info.
Taz
> I know how to loop the query through a table row. But in my
> unenlightened, under-caffinated state, looping into a cell, with a
> predetermined number of cells eludes me.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.