L
Luna Saisho
I'm working on a database that tracks our warehouse employee's productivity.
While everything else is going great, I'm having a problem I'm hoping I can
find some help with.
The database stores the area they worked in, such as Shipping or Palletizer,
and in another field is how many hours they worked for their shift. My
problem is that I've tried DSum to count hours:
=DSum("[Shift_ID1_Hours]+[Shift_ID2_Hours]","[EFF-Performance]","[Area]='Shipping'")
And it only counts ALL the hours for everyone, and displays them when using
that line, and I need it to display only the total for the records shown.
My report looks something like this:
Employee Name - Assigned Shift
Date Worked - Area worked - # Hours Worked - Various statistics on pallets
handled
(Repeat above line for all dates requested)
Summary of above info
Report Footer, summarizing it all
Is there any alternatives to DSum that will do the trick for me?
Thank you so much in advance!
Steph
While everything else is going great, I'm having a problem I'm hoping I can
find some help with.
The database stores the area they worked in, such as Shipping or Palletizer,
and in another field is how many hours they worked for their shift. My
problem is that I've tried DSum to count hours:
=DSum("[Shift_ID1_Hours]+[Shift_ID2_Hours]","[EFF-Performance]","[Area]='Shipping'")
And it only counts ALL the hours for everyone, and displays them when using
that line, and I need it to display only the total for the records shown.
My report looks something like this:
Employee Name - Assigned Shift
Date Worked - Area worked - # Hours Worked - Various statistics on pallets
handled
(Repeat above line for all dates requested)
Summary of above info
Report Footer, summarizing it all
Is there any alternatives to DSum that will do the trick for me?
Thank you so much in advance!
Steph