S
Shelby
I'm running a query to find the difference between two
dates. With the fields Date/time Administrator as my
start time and Date/time Analyst as my end time, I'm using
the following to calculate the number of hours elapsed
between the two times:
HoursElapsed: ([Date/time Analyst]-[Date/time
Administrator])*24-DateDiff("d",[Date/time Administrator],
[Date/time Analyst])*15
Can someone suggest how to modify this so that weekends
will be excluded as well?
dates. With the fields Date/time Administrator as my
start time and Date/time Analyst as my end time, I'm using
the following to calculate the number of hours elapsed
between the two times:
HoursElapsed: ([Date/time Analyst]-[Date/time
Administrator])*24-DateDiff("d",[Date/time Administrator],
[Date/time Analyst])*15
Can someone suggest how to modify this so that weekends
will be excluded as well?