nope that didn't work.
it will still only show 1 select but not more then that.

could it have some thing to do with that
Consultant_Types_ID.Consultant_Types_ID is a number
where Edit.Consultant_Types_ID is text?

i needed to make that field text so i could insert multiple numbers like
43, 2, 56 et.

-paul



-----Original Message-----
Replace multiple with multiple="yes"

------------------------------------------------------------------ 
Andrew Ewings

-----Original Message-----

<select name="Consultant_Types_ID" size="3" multiple> 
  <cfloop query="rs_Consultant_Types">
    <option
value="<cfoutput>#rs_Consultant_Types.Consultant_Types_ID#</cfoutput>" 
    <cfif (#rs_Consultant_Types.Consultant_Types_ID# EQ
#edit.Consultant_Types_ID#)>SELECTED</cfif>>
 
<cfoutput>#rs_Consultant_Types.Consultant_Types_Name#</cfoutput></option>
  </cfloop>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
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