Author: Donna French
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:35809#180592
SOLVED
Thank you to everyone that helped!
Here's the code I ended up using:
<cfform method="POST" action="viewClientDetails.cfm">
<select name="Client_ID" size="10">
<cfoutput query="rsClients">
<option value="#Client_ID#">#Client_LName#, #Client_FName#</option>
</cfoutput>
</select>
<input type="submit" name="Submit" value="View Client">
</cfform>
Thanks again,
Donna
----- Excess quoted text cut - see Original Post for more -----