Question
Using Day or DayOfWeek in queries
I am trying to query a query and pull data related to a
specific day of the week. I find I can use the Day and DayOfWeek
functions in the original query, if I want multiple queries, but
they do not work in a query of a query. My goal is to run the main
query against the database once, then run seperate queries against
that query for each day of the week. But, I get this error:
Encountered "(RecordDate) =. Incorrect conditional expression, Expected one of [like|null|bewteen|in|comparison] condition, Unrecognized comparision operator.
Recorddate is a field in the database. As I said, this works fine in a database query, just not a query of a query. Any ideas why and how to get around it?
Encountered "(RecordDate) =. Incorrect conditional expression, Expected one of [like|null|bewteen|in|comparison] condition, Unrecognized comparision operator.
Recorddate is a field in the database. As I said, this works fine in a database query, just not a query of a query. Any ideas why and how to get around it?