I'm using a looped query like:
<cfloop index="TRAK" list="#queryLIST#">
<cfquery name="#TRAK#" datasource="MyData">
SELECT *
FROM INT_PROJECT
WHERE TRACK = '#TRAK#' and ARCHIVE = 'No'
ORDER BY ID DESC
</cfquery>
While I know how to get the count from a static query name --
#myQuery.RecordCount# -- I'm not sure how to get the record count for each
query in the list as it loops through. Obviously #TRAK#.RecordCount doesn't
work....
Suggestions?
I've been awake way too long, it's probably obvious and my brain has
stopped....
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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