Hi All,
I am using Access 2010. and in a query I need to calculate the time laps from start to end of a process.
I know ho to use the datediff function in query (Atime: DateDiff("h",[start time],[end time])) and this is working just great, but I now need to apply some logic to this calculation:
- I need to only count the time from 08:00 to 16:00
- I can not count any time if it is the weekend so Saturday and Sunday.
Any help would be appreciated.
Br.
Cezar