This might help... been working with it for 3 days!!!
<table>
<tr>
<cfoutput query="qname" >
<CFSET ROWCOUNT=ROWCOUNT+1>
<td valign="top">
Do something
<cfif ROWCOUNT mod 3 is  0></td></tr><tr>
<cfelseif rowcount is query.recordcount></td>
<cfelse></td>
</cfif>
</cfoutput>
</tr>
</table>


At 06:17 PM 4/2/2002 -0600, you wrote:
>I have had a very long day and I need some assistance.
>
>I need to break a recordset into columns.. how?? I have tried using
>the MOD operator, but it is not helping..
>
>I know this and I just cannot think of it..
>
>TIA,
>Clint
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to