I found post in the Excel forum that address this, but looking for an Access solution.
Right now I am calculating the difference in time (CRT) between when a call came in and when someone closed (or responded) to that call.
DateDiff("n", [ADATECREATE], [ADATERESOLVED])
I would like to take this a step further however and take business hours into consideration. So, if someone calls after 8PM Friday and before 8AM Monday the CRT doesn't look so horrible.
Ideally if they called Friday at 10:00PM and we responded on Monday at 8:45AM, the CRT should only be 45 mins (difference from when we began business again and when we closed the call).
Also the format of my ADATECREATE and ADATERESOLVED fields is:
for example: 04/16/2004 4:16:31 PM
Has anyone created a Module already that does something like this? So I don't have to start from scratch?
Thanks
Katie
Right now I am calculating the difference in time (CRT) between when a call came in and when someone closed (or responded) to that call.
DateDiff("n", [ADATECREATE], [ADATERESOLVED])
I would like to take this a step further however and take business hours into consideration. So, if someone calls after 8PM Friday and before 8AM Monday the CRT doesn't look so horrible.
Ideally if they called Friday at 10:00PM and we responded on Monday at 8:45AM, the CRT should only be 45 mins (difference from when we began business again and when we closed the call).
Also the format of my ADATECREATE and ADATERESOLVED fields is:
for example: 04/16/2004 4:16:31 PM
Has anyone created a Module already that does something like this? So I don't have to start from scratch?
Thanks
Katie