A
Annette
When I use DateDiff to calculate the time worked in an
expression, I get only the Number of hours, rounded to the
nearest hour.
Example: TimeWorked: DateDiff("h",[StartTime],[EndTime])
If I enter the syntax for hours and minutes, I get
an "invalid procedure call" error.
Example: TimeWorked: DateDiff("hn",[StartTime],[EndTime])
How can I calculate the hours and minutes worked in a
query?
Thanks for any help.
expression, I get only the Number of hours, rounded to the
nearest hour.
Example: TimeWorked: DateDiff("h",[StartTime],[EndTime])
If I enter the syntax for hours and minutes, I get
an "invalid procedure call" error.
Example: TimeWorked: DateDiff("hn",[StartTime],[EndTime])
How can I calculate the hours and minutes worked in a
query?
Thanks for any help.