C
Carol
I have an expression (Dateadd) that returns a "Due Date" in a query. I also
added to the expression field a BETWEEN criteria that is asking for Start and
End dates (Between [Enter Start Date] and [Enter End Date].
The reason for the between criteria is for the user to enter a range of
dates for which database entries are due.
I get the following error when I run the query: This expression is typed
incorrectly or it is too complex to be evaluated. For example, a numeric
expression may contain too many complicated elements. Try simplifying the
expression by assigning parts of the expression to variables.
I know that the expression is working correctly. I removed the Between
criteria and the Due Dates calculated correctly.
How do I assign criteria to an expression field?
added to the expression field a BETWEEN criteria that is asking for Start and
End dates (Between [Enter Start Date] and [Enter End Date].
The reason for the between criteria is for the user to enter a range of
dates for which database entries are due.
I get the following error when I run the query: This expression is typed
incorrectly or it is too complex to be evaluated. For example, a numeric
expression may contain too many complicated elements. Try simplifying the
expression by assigning parts of the expression to variables.
I know that the expression is working correctly. I removed the Between
criteria and the Due Dates calculated correctly.
How do I assign criteria to an expression field?