timdodgson
Technical User
Hi its me again lol
Ok my Problem is as follows
I have a table in an ms access db one feild is called datevisit and its type is set to date/time
So what i want to do is run a qyerry against the db from my asp page that compares against todays date by using the server varible date
strSQL = "SELECT * " _
& "FROM [sub] WHERE datevisit = # " & date & " # ;"
This is the querry string i am using it does not erroe but returns no records
Thank You in Advance
Tim Dodgson
Ok my Problem is as follows
I have a table in an ms access db one feild is called datevisit and its type is set to date/time
So what i want to do is run a qyerry against the db from my asp page that compares against todays date by using the server varible date
strSQL = "SELECT * " _
& "FROM [sub] WHERE datevisit = # " & date & " # ;"
This is the querry string i am using it does not erroe but returns no records
Thank You in Advance
Tim Dodgson