L
Luna Saisho
Hi,
I'm trying to do something with my database I'm having no luck with, and I'm
pretty desperate for help *offers cookies*
Basically, I've made a database to track our warehouse staff's pallet's per
hour in four different catagories. This report runs off a query, and the
Detail part of the report has the date of this record, their hours worked and
various other bits, including the important Area they worked.
What I want is to have the Report Footer show the averages for all dates and
all employees printed. It works great, but I realized I'm averaging all
pallets to the entire pool of hours worked, when my managers (understandably)
want hours worked in shipping to add to a pool of shipping's hours,
palletizer to palletizer hours, etc.
I'm getting a completely wrong figure from this:
DSum("[EFF-Performance].[Shift_ID1_Hours]+[Shift_ID2_Hours]","[EFF-Performance]","[Area]='Shipping'")
EFF-Performance is my table to look through, the Shift IDs are normal and
overtime, and Area is where they worked.
Can someone tell me what I'm doing wrong, and maybe point me in the right
direction?
Thank you!
Steph
I'm trying to do something with my database I'm having no luck with, and I'm
pretty desperate for help *offers cookies*
Basically, I've made a database to track our warehouse staff's pallet's per
hour in four different catagories. This report runs off a query, and the
Detail part of the report has the date of this record, their hours worked and
various other bits, including the important Area they worked.
What I want is to have the Report Footer show the averages for all dates and
all employees printed. It works great, but I realized I'm averaging all
pallets to the entire pool of hours worked, when my managers (understandably)
want hours worked in shipping to add to a pool of shipping's hours,
palletizer to palletizer hours, etc.
I'm getting a completely wrong figure from this:
DSum("[EFF-Performance].[Shift_ID1_Hours]+[Shift_ID2_Hours]","[EFF-Performance]","[Area]='Shipping'")
EFF-Performance is my table to look through, the Shift IDs are normal and
overtime, and Area is where they worked.
Can someone tell me what I'm doing wrong, and maybe point me in the right
direction?
Thank you!
Steph