Okay thanks, I think I have it figured out. I don't know what I have changed over the past few months in my programming technique, but apparently something has changed. I used to use checkbox values with Access. I know I used to use the add.new function, now I use "Insert into". Maybe that is why I now get the error.
Anyways, what I did was change the true/false datatype to a byte formatted number type, this was I can stick...
User Profile
Collapse
-
Okay, let me try this again (browser crashed mid post)
What I have done to get the error is the following
joinchapter.asp
<form method=post action=joinsubm it.asp>
<input type=checkbox name=money> Donate
<input type=submit>
joinsubmit.asp...
Session("money" ) = Request.Form("m oney")
Details = oConn.Execute(" INSERTLeave a comment:
-
Checkbox & Queries
I am working on a youth rights website, and while working on the membership application, I receive an datatype mismatch error.
I have pinpointed the error to be related to checkbox values.
All form variables are passed to the next page which then stores the forms values as session variables.
In the database, each of the database fields are set to Yes/No datatypes. Check forms checkbox saves its variable...
No activity results to display
Show More
Leave a comment: