I have a table in MSAccess 2010 with the below Fields.
tblTatMonitoringSheet
StartDate
StartTime
EndDate
EndTime
TurnaroundTime
WithinTat?
I want to display difference btwn start dt, start tm and end dt and end tm in TurnaroundTime field in hh:mm format. However, it shud only count time from 0630 to 2200 hrs on weekdays and 1000 to 1330 hrs on a saturday.
Eg. 24-09-2013 21:58 to 25-09-2013 06:35 the result shud be 00:07.
The WithinTat field shud check if value in TurnaroundTime is less than 180 minutes. Yes for true and No for false.
Bookmarks