I've got an application which shows each employee's area of specialty (some have 2 or 3).<br><br>At present I'm using a Multiple select box which seems to work well when recording the information. When an employee tries to edit their information, only one specialty shows as "SELECTED".<br><br>I've tried the following code:<br><br><CFSELECT NAME="areas" MESSAGE="Please enter your Practice area" QUERY="selectArea" VALUE="PracticeID" DISPLAY="Area" REQUIRED="Yes" MULTIPLE><br><CFIF ParameterExists(FORM.EditBarrister1) OR ParameterExists(URL.EDITRECORD)><br><OPTION VALUE="#selectArea.PracticeID#"<br><CFLOOP INDEX="ID" LIST="#ListPractices.PracticeID#"><br><CFIF #selectArea.PracticeID# IS #ID#><br> SELECTED<br></CFIF><br>>#selectArea.Area#</OPTION><br></CFLOOP><br></CFIF><br></CFSELECT><br><br>This results in a list as follows:<br><br>Family<br>Taxation<br>Criminal<br>Test<br>Legislative<br>Family (SELECTED)<br><br>Aaarrgghh!!! <br><br>Any suggestions would be greatly appreciated.<br> <p>Peter Toby<br><a href=mailto:webmaster@petertoby.com.au>webmaster@petertoby.com.au</a><br><a href= site is under construction but getting better!