Taken Care of..... I discovered that the Stored Procedure has to be set up in the exact order the table is set up.
I am used to queries where a value can be inserted at any point as long as the column name is presented. Thanks to everyone for your help -----Original Message----- From: Larry Juncker [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 11:21 PM To: cf-talk Subject: [SPAM] Re: Error converting data type varchar to numeric I was under the understanding that if null="Yes", then the value was igored and not sent to the SP.... -- Larry Juncker ALJ Computer Services, LLC 10 No 11th Street Fort Dodge, IA 50501-4010 (515) 576-8510 President & CEO >LJJ> I've had problems in the past passing "" to numeric fields. >LJJ> >LJJ> EX: >LJJ> cfprocparam type="In" cfsqltype="CF_SQL_NUMERIC" dbVarName="FIELD_GOAL" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313207 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

