> If "QueryName" above is the actual name of the query (as opposed to a
> variable containing that name), you should be able to do this:
> 
> <cfset list = Evaluate("ValueList(QueryName.#Attributes.PrimaryKey#)")>

or on cf5+:

<cfset list = ValueList(QueryName[Attributes.PrimaryKey])>


______________________________________________________________________
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
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

Reply via email to