> > <cfquery name="insert" datasource="#application.dsn#">
> > INSERT INTO save_list (ldate, lname, list, luserid)
> > VALUES ('#ldate#', '#lname#', '#selected#', #session.id#)
> > </cfquery>Where are these values coming from? Prefix them like #form.value# and see what happens. ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

