Hi all,
I have one form, upon submit, values go into sessions.
then on a page they insert with the below code, but if my access 2000 database is set to have the data as numeric or currency, I get a type mismatch error.
Any ideas?
Thank you
<%
rs.addnew
rs("StockNum"
= Session("txtStock"
rs("Year"
=Session("txtYear"
rs("Make"
=Session("txtMake"
rs("Model"
=Session("strModel"
rs("Trim"
=Session("txtTrim"
rs("Trans"
=Session("txtTransmission"
rs("VINnum"
=Session("txtVIN"
rs("Ext_Color"
=Session("txtColor"
rs("Mileage"
=Session("txtMileage"
rs("OurCost"
= Session("txtOurCost"
rs.update
%> "Damn the torpedoes, full speed ahead!"
-Adm. James Farragut
Stuart
I have one form, upon submit, values go into sessions.
then on a page they insert with the below code, but if my access 2000 database is set to have the data as numeric or currency, I get a type mismatch error.
Any ideas?
Thank you
<%
rs.addnew
rs("StockNum"


rs("Year"


rs("Make"


rs("Model"


rs("Trim"


rs("Trans"


rs("VINnum"


rs("Ext_Color"


rs("Mileage"


rs("OurCost"


rs.update
%> "Damn the torpedoes, full speed ahead!"
-Adm. James Farragut
Stuart