Skip to main content
Inspiring
April 20, 2006
Answered

Insert Values that are Selected in cfselect multiple

  • April 20, 2006
  • 4 replies
  • 788 views
How do you write a insert query to insert all the values of a cfselect (multiple) that have been selected? I want to insert the session username with the value of the cfselect in a two column table.

Thanks!
James
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer jimmy_hunt
This is what I was looking for:

http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:6/threadid:112

4 replies

jimmy_huntAuthorCorrect answer
Inspiring
April 21, 2006
Inspiring
April 20, 2006
Loop through the list of selected items and insert them individually.
Inspiring
April 20, 2006
Can someone show me an example?

Thanks!
James
Inspiring
April 20, 2006
google <cfloop>

One of the first offerings will be the cfml reference manual section on cfloop. They have a part about looping through a list.