I am trying to filter a record set on a date like so:
SQLstmt = SQLstmt & "WHERE EventDate LIKE " & DateValue(Request.Form("DateInput"))
Unfortunatly, it does not work. It just does not show any records. There is no error. What am I doing wrong?
Other info:
ASP classic
MS Access 2000
PWS
SQLstmt = SQLstmt & "WHERE EventDate LIKE " & DateValue(Request.Form("DateInput"))
Unfortunatly, it does not work. It just does not show any records. There is no error. What am I doing wrong?
Other info:
ASP classic
MS Access 2000
PWS