All,
I'm having trouble with the Access DateDiff Function. I'm using this function in an unbound text box on a form and I get a Name? error even if I enter actual dates versus other fields on the form.
Here's the syntax of the expression:
=DateDiff("d",[11/25/13],[11/15/13])
Eventually...