do you want to add items to an existing dropdown list, or create a whole new dropdown list.
If you want to just add items to the dropdownlist, then that's easy. Popup a new window, a bit of JS to populate the list on the calling page with new items, and then insert into the database. I have just done this for someone else on my cfdeveloper forums, here is the thread. http://www.cfdeveloper.co.uk/forum/forum_posts.asp?TID=202&PN=1 Russ -----Original Message----- From: Ewok [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 17:14 To: CF-Talk Subject: RE: Add additional rows How about one single field for the authors with a button that adds the value to a multi select. Then when you are adding the form values to the database, you just loop over the value of the multi select ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214785 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

