sounds like a job for query of query. <cfquery name="qoqGetTitles" dbtype="query"> SELECT [only the non-repeating columns you need for output in the loop], reviewpk FROM qGetTitleList GROUP BY [only the non-repeating columns you need for output in the loop], reviewpk </cfquery>
<cfloop query="qoqGetTitles" startrow="#URL.startRow#" endrow="#endRow#" > > > <cfoutput query="qGetTitleLIst" group="reviewpk"> > > The output runs as I expect it to. This of course does not allow for > grouping by 10. > > Any suggestions? > > Thanks in advance, > > jahlen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4234 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
