I have a field in my database called [RecordDate] which is a date & time stamp. In my query I have
">Date() Or Date()"
to find all tests from today.
Q1.) Is there a better way to write this?
Q1.) I want to remove the time stamp from the result for this query. I need to total a column and Count the number of records for each client but it does not function correctly due to the time stamps. Sooooo how do I drop the time stamp completely in the query results?
thank you!
">Date() Or Date()"
to find all tests from today.
Q1.) Is there a better way to write this?
Q1.) I want to remove the time stamp from the result for this query. I need to total a column and Count the number of records for each client but it does not function correctly due to the time stamps. Sooooo how do I drop the time stamp completely in the query results?
thank you!