Gary, CF is not happy with your query. You will need to post the fully formed query for analysis to make determinations what caused the errror.
To use the query information to populate a select box should be easy. I would recommend using the CF provided functions in CFFORM called CFSELECT which can use the query directly without looping. e.g. <cfselect name="mySelBox" label="query.labelfield" query="myQuery" value="query.valuefield" selected="selectedFieldValue" visible="Yes" enabled="Yes"></cfselect> Cheers, Bilal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3745 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
