I'm hoping someone can point me in the right direction on this, I have browsed through a lot of posts, and still can't figure out a solution.
I have a table with the following:
TicketNo
Date
Super
WorkCent
Emp
MyMonth (pulls the month from 'Date')
And I have this subform table (each ticketno can have multiple lines):
Qty
Part
ScrapDollars
I need a report that will show me the total scrap dollars for each employee, work center, and supervisor, for both the current month and ytd. The current report I have works perfectly for total dollars for all ticketno's, but I can't figure out how to break the dollars out by what I need. Will this require a SQL query, or can it be done simplier than that? The general grouping of the report is:
Supervisor
WorkCenter
Employee
TicketNo Detail
Subtotal $s for Employee
Subtotal $s for WorkCenter
Subtotal $s for Supervisor
I need to get all of the subtotal dollars shown for both the current month, and the year to date.
Thanks!
I have a table with the following:
TicketNo
Date
Super
WorkCent
Emp
MyMonth (pulls the month from 'Date')
And I have this subform table (each ticketno can have multiple lines):
Qty
Part
ScrapDollars
I need a report that will show me the total scrap dollars for each employee, work center, and supervisor, for both the current month and ytd. The current report I have works perfectly for total dollars for all ticketno's, but I can't figure out how to break the dollars out by what I need. Will this require a SQL query, or can it be done simplier than that? The general grouping of the report is:
Supervisor
WorkCenter
Employee
TicketNo Detail
Subtotal $s for Employee
Subtotal $s for WorkCenter
Subtotal $s for Supervisor
I need to get all of the subtotal dollars shown for both the current month, and the year to date.
Thanks!