Are you using <cfform format="flash">, if so, I am assuming you are using <cfselect query="queryName">. There are attributes called...display="queryColumnName" value="queryColumnName". Does this answer your question? Post some of your code if that doesn't answer the question.
-----Original Message----- From: Steve Milburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 8:09 AM To: CF-Talk Subject: Flash Forms - Combo Box Help Hi Folks I am using flash forms and have a combo box control. I am binding it to the results of a query which returns several fields. Obviously, I want to select 1 field to be the field that is displayed in the combo box and another field to be the value for the selected item (without setting anything I just get a comma separated list of all the fields for each row returned). I can set set the field that I want to be displayed by using comboBox.labelField = fieldName, but how can I set which field I want to use as the value of the selected item? Thanks in advance. Steve --- --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247057 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

