ppedersen1
Technical User
Hello,
I am getting an error which doesn't make sense to me. Firstly, I am trying to get input data and submit it to an Access Database. It works fine until I include a column using a checkbox then it acts weird. The error code I get is:
Request object error 'ASP 0102: 80004005'
Expecting string input
<doc path>, line 22
The function expects a string as input.
I am using the input type="checkbox" name"Update". Then when it goes to the Request.Form portion it doesn't like it. However, it worked with the input type="text items. Any clues? It has got to be something simply. However, I haven't been able to locate it.
Thanks.
I am getting an error which doesn't make sense to me. Firstly, I am trying to get input data and submit it to an Access Database. It works fine until I include a column using a checkbox then it acts weird. The error code I get is:
Request object error 'ASP 0102: 80004005'
Expecting string input
<doc path>, line 22
The function expects a string as input.
I am using the input type="checkbox" name"Update". Then when it goes to the Request.Form portion it doesn't like it. However, it worked with the input type="text items. Any clues? It has got to be something simply. However, I haven't been able to locate it.
Thanks.