Is there a way to load a CFSELECT box with multiple values preselected when querying 
from a table?

This structure returns one value preselected?

  <cfselect name="Medium"
   size="6"
   query="GetMedium"
   value="MediumID"
   display="MediumList"
   multiple="Yes"
   selected="#Medium#"
   message="Please select at least one medium you work with."
   required="Yes">
  </cfselect>

If anyone can help please post to the list or email me directly at [EMAIL PROTECTED]

Thanks,
Jeff

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to