Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gcapp
  • Order by date
  1. gcapp

    asp form + access database date/time field

    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...
  2. gcapp

    access 2003 date/time problem

    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 =...
  3. gcapp

    asp form + access database date/time field

    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...
  4. gcapp

    access 2003 date/time problem

    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...

Part and Inventory Search

Back
Top