Hey,
I would like to base my query on a date the user inputs. The field in the database smalldatetime, also records the time. I want to get all the records on a specific date regardless of the time.
Below is what I have, with txtDate = 12/19/2002
SELECT * FROM vTestEditor WHERE DatePerformed =" & CDate(txtDate.Text)
What method can I use to stipulate that I want the date search without time being a factor?
Thanks guys -
I would like to base my query on a date the user inputs. The field in the database smalldatetime, also records the time. I want to get all the records on a specific date regardless of the time.
Below is what I have, with txtDate = 12/19/2002
SELECT * FROM vTestEditor WHERE DatePerformed =" & CDate(txtDate.Text)
What method can I use to stipulate that I want the date search without time being a factor?
Thanks guys -