The error is occuring because yoru field "Due Date" is a TEXT field, and "Date Approved" is a DATE/TIME field. If both fields were text, or both fields were date/time datatypes, then the function would work. However, when you are trying to perform a function on two different datatypes, you get...