If you can get everything into one query, you can reference it as Queryname["ColumnName"][rownumber], without relying on cfoutput loops.
You only need three "for" loops here - one to loop <table>s (and therefore pages in the cfdocument as I understand your requirement), one to loop <tr>s and one to loop <td>s. Increment a queryrow counter in the inner (td) loop to keep track of where you are in the query so you can write the correct query data into the table cell. On 5/13/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > That is a tough nut to crack... > > I don't have a good solution... My solution would involve many for loops and > perhaps many query of queries... > > Tough problem... :( > -----Original Message----- > From: Kiley Simpson [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 5:49 PM > To: CF-Talk > Subject: RE: table of unlimited jobs and users? > > Ben, did that graphic come through? > > if not, http://www.netmatrix.com/images/htmltable.jpg -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240468 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

