>w> I get a nice error..... >w> Parameter 1 of function ValueList which is now >w> "out_queryTable.SDE.DBO.TMLS_PARCELS.PIN" must >w> be pointing to a valid query name > > >w> any ideas how I can get around this (besides renaming the >column......I >w> do not have control over >w> that.. >
Have you tried bracket notation instead of dot notation? I have no idea if that works, but it's a thought: #valueList(out_queryTable["SDE.DBO.TMLS_PARCELS"].pin, ",")# Just a thought. Regards, Dave. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

