Type mismatch
Type mismatch
/includes/procurements-handler.asp, line 85
RS("IssueDate")=Request.Form("IssueDate")
This is line 85 above.
This is the text box from the form, do I need something to tell the sql database that is is a date?
<input type=text value="<%if Request.QueryString("ID") > 0 then%><%=RS("IssueDate")%><%end if%>" size=15 name=IssueDate>
The date is stored like this is in the database
1/5/2004
If someone could help that would be awesome
__________________
-----------------------------------------------------------
\"Don\'t follow someone who\'s not going anywhere\" John Mason
|