Yes, I know. *hangs head in shame* M!ke
-----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 11:00 AM To: CF-Talk Subject: Re: Cfoutput query backwards Mike, you forgot the all important STEP attribute. ;) On Nov 15, 2007 9:20 AM, Dawson, Michael <[EMAIL PROTECTED]> wrote: > If you have created your query manually, why not add another field > that will let you sort the records as desired? > > However, if you just want to reverse the order of the returned > records... > > <cfloop from="#query.recordCount#" to="1" index="thisRecord"> > #query["column"][thisRecord]#<br> > </cfloop> > > M!ke ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293487 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

