> 123 : <CFPARAM name="form.compid" default="#gc.id#">
> 124 : <CFINSERT datasource="#application.db#" tablename="clntnote"
> formfields="thisdate,subject,note,type,compid">
> 125 : </CFIF>
Something I keep on saying...
Don't use CFINSERT, use a CFQUERY and you can control the name of the
fields, as well as the data type (using CFQUERYPARAM)
If you surround your field names in square brackets, you can call them
whatever you want (including using spaces)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

