E
Eli
I am running a query that returns the employee's review date using a
formula based on the hiredate: See code:
ReviewDate:
DateAdd("d",Date()-[tblEmployeeList]![HireDate],[tblEmployeeList]![HireDate])
However, when I run the query I get the message "Data type mismatch in
criteria expression" If I hard-code the number of days, it works. Any
ideas. Thanks!
formula based on the hiredate: See code:
ReviewDate:
DateAdd("d",Date()-[tblEmployeeList]![HireDate],[tblEmployeeList]![HireDate])
However, when I run the query I get the message "Data type mismatch in
criteria expression" If I hard-code the number of days, it works. Any
ideas. Thanks!