sherlocked
Registered User.
- Local time
- Yesterday, 19:24
- Joined
- Sep 22, 2014
- Messages
- 125
Hello experts,
I have a query I'm building that searches for records created today. I have the below in my query that extracts the date portion of the date/time field called "CREATED" that shows when the record was entered in the DB:
I'm trying to search on this field by putting "=Date()" as my query criteria, but I get an "expression is too complex to be evaluated" message when I try to run the query.
Any thoughts on how I can accomplish what I'm trying to do? I just need to run a query showing me records created that day for a specific employee.
Thanks in advance!
I have a query I'm building that searches for records created today. I have the below in my query that extracts the date portion of the date/time field called "CREATED" that shows when the record was entered in the DB:
Code:
TheDate: DateValue([Created])
I'm trying to search on this field by putting "=Date()" as my query criteria, but I get an "expression is too complex to be evaluated" message when I try to run the query.
Any thoughts on how I can accomplish what I'm trying to do? I just need to run a query showing me records created that day for a specific employee.
Thanks in advance!