Here is my ASP code that inserts that data from the asp form into the database:
<input type="text" name="DateSubmitted" size="15"
value="<%response.write Date() %>"></td>
If Request.Form("posted") = "True" Then
StrDateSubmitted = Request.Form("DateSubmitted") & " "
dlSQL = "INSERT INTO...
I already have the Date/Time field set to General.
Here is my ASP code that inserts that data from the asp form into the database:
<input type="text" name="DateSubmitted" size="15"
value="<%response.write Date() %>"></td>
If Request.Form("posted") = "True" Then
StrDateSubmitted =...
First time user of this forum and I have a problem.
I have an ASP form that has a field that automatically places the current date into it. It uses the function Date().
The problem I am having is when the form is submitted into my Access database the date is coming out wrong in the Access...
Can someone help me??
First time user of this forum and I have a problem.
I have an ASP form that has a field that automatically places the current date into it. It uses the function Date().
The problem I am having is when the form is submitted into my Access database the date is coming out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.