G
Guest
I'm trying to return the value for employee hours on a project. Time tickets
are entered daily and the query is as follows:
IIf(DateDiff("h",[beg2],[end2])>0,DateDiff("h",[beg2],[end2]),(DateDiff("h",[beg2],[end2]))+24)
How do I include the minutes also. I'm getting 8:30 to 11:00 as 3 instead
of 2.5
Thank you
are entered daily and the query is as follows:
IIf(DateDiff("h",[beg2],[end2])>0,DateDiff("h",[beg2],[end2]),(DateDiff("h",[beg2],[end2]))+24)
How do I include the minutes also. I'm getting 8:30 to 11:00 as 3 instead
of 2.5
Thank you