Got it worked out.

I needed to query the "Results" of the returned results
<cfset listsumm = lists.active_subscribers(#listid#)>
<cfset results = listsumm.results>

Then I just needed to loop through the data that got returned 

:)



>seem like it should just be
><cfloop query="mainquery">
>      <cfloop query="results">
>
>
>
>
>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352960
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to