
Originally Posted by
pbaldy
As suggested elsewhere, check out the DateDiff() function.
been looking all over and following links to suggestions and tips and i'm still not getting it right. i have created a query based on the table using only the time controls i.e "opened date" and "resolved date". in the field tab of the query i created a field called
Code:
Time Taken: DateDiff("h";[Opened Date];[Resolved Date])
when i create a form based on the query the time taken field gives me a number
opened date 2014-10-02 13:31:17
resolved date 2014-10-14 15:25:41
time taken 290
what have i done wrong?