I am using VBA ASP pages to access an ACCESS database. I am having problems using dates.
My code is as follows, indate comes from a form.
indate=trim(request.form("indate")
set RS objConn.execute("Select * FROM Dumps WHERE Date = #indate#"
Any help would be great. This date thing is killing me.
My code is as follows, indate comes from a form.
indate=trim(request.form("indate")
set RS objConn.execute("Select * FROM Dumps WHERE Date = #indate#"
Any help would be great. This date thing is killing me.