>When I used to work with ASP, I would run my SQL statement, check to see >if the recordset is empty or not, if it wasn't, I'd roll it up into an >array, and the loop through the array.
If you're just trying to loop along the record set: <cfloop query="yourQueryName"> (do whatever you want with each record here) </cfloop> If that's not what you're looking for, can you explain what you're trying to do? Scott -------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

