E
Ernst Guckel
Hello,
We have a database that we are tracking transaction times throughout the
day. We have the day divided into dayparts.
tblDayParts: DayPartID,DayPartStart,DayPartStop
There is also a table with employees schedules in it.
tblSchedules: ScheduleID,EmpID,ScheduleDate,StartTime,StopTime
tblEmployees: EmpID,EmpFirst,EmpLast
What I am looking to do is determine transaction time averages for each
employee based on what occured during their shift. A custom function would
do the trick but i have no idea where to start.
I need total average, average for particulat month, and average for
particular daypart. Any help would be greatly appriciated...
Thanks,
Ernst.
We have a database that we are tracking transaction times throughout the
day. We have the day divided into dayparts.
tblDayParts: DayPartID,DayPartStart,DayPartStop
There is also a table with employees schedules in it.
tblSchedules: ScheduleID,EmpID,ScheduleDate,StartTime,StopTime
tblEmployees: EmpID,EmpFirst,EmpLast
What I am looking to do is determine transaction time averages for each
employee based on what occured during their shift. A custom function would
do the trick but i have no idea where to start.
I need total average, average for particulat month, and average for
particular daypart. Any help would be greatly appriciated...
Thanks,
Ernst.