N
Nate via AccessMonster.com
Hey
I have a report based on a query that prompts me for an employee number.
Upon entering an employee number, the report will display all work orders
completed by that employee along with the parts used with the work order.
I would like to display totals in the report header that will tell me how
many work orders an employee worked on, and the total number of hours spend
working on the work orders.
I would like to be able to display the number of work orders completed by
an employee. I have tried "=Count([RepairOrderId])" and "=Count(*)" but
these do not work. Each record has a unique id. Instead of displaying the
total number of actual records, it displays the total number of parts
associated with the work order. The tables are linked with a one-to-many.
(One work order with many parts). Is there a way to add the actual number
of work orders?
I am also trying to add the total hours an employee worked on all work
orders. The report currently displays the labor hours for each work order.
I tried to add the labor hours using "=Sum([Repair.LaborHours])" but it
adds the hours according to how many parts I used. For example if an
employee spent 1 hour working and used three parts, it will total the hours
at 3. It is adding the multiple part records.
Thanks for the help
Nate
I have a report based on a query that prompts me for an employee number.
Upon entering an employee number, the report will display all work orders
completed by that employee along with the parts used with the work order.
I would like to display totals in the report header that will tell me how
many work orders an employee worked on, and the total number of hours spend
working on the work orders.
I would like to be able to display the number of work orders completed by
an employee. I have tried "=Count([RepairOrderId])" and "=Count(*)" but
these do not work. Each record has a unique id. Instead of displaying the
total number of actual records, it displays the total number of parts
associated with the work order. The tables are linked with a one-to-many.
(One work order with many parts). Is there a way to add the actual number
of work orders?
I am also trying to add the total hours an employee worked on all work
orders. The report currently displays the labor hours for each work order.
I tried to add the labor hours using "=Sum([Repair.LaborHours])" but it
adds the hours according to how many parts I used. For example if an
employee spent 1 hour working and used three parts, it will total the hours
at 3. It is adding the multiple part records.
Thanks for the help
Nate