profwannabe
Programmer
On an edit form I am trying to populate all the existing values of the record. This works for most of my form fields, including cfselects, except for my multiselect boxes. The values in the field are comma delimited. Not sure if I can loop through the list and have each value preselected, since the select code seems to imply a single result; in other words, it seems to me that I might be looping in such a way that generates multiple versions of the multiselect box, each of which has a different preselect from my list.
Any ideas on this? I am just starting to work with lists, so I may be missing something relatively basic in dealing with the values in my list as part of the query.
Any ideas on this? I am just starting to work with lists, so I may be missing something relatively basic in dealing with the values in my list as part of the query.