Is there any way I can have more than one field name in DISPLAY=".." for CFSELECT? Here is my code, and I'd like the end user to be able to see more than just the tourCity field in the pop-up list. Perhaps the tourCity, tourDate, and tourVenue. Any suggestions?? Thanks.
<CFFORM action="edit_entry.cfm">
<CFSELECT name="stuff" Query="tourDateList" value="tourCity" display="tourCity">
<OPTION SELECTED>Please select the tour city name</OPTION>
</CFSELECT>
<br><br>
<INPUT type="Submit">
</CFFORM>
Ian Hall
Multimedia Designer
<CFFORM action="edit_entry.cfm">
<CFSELECT name="stuff" Query="tourDateList" value="tourCity" display="tourCity">
<OPTION SELECTED>Please select the tour city name</OPTION>
</CFSELECT>
<br><br>
<INPUT type="Submit">
</CFFORM>
Ian Hall
Multimedia Designer