L
lucky33
I posted this before but I am not sure that I explained very well what
I need Access to do.
I have created a database that keeps track of the loaders of the truck
and the damages they cause
The talble has the following fields:
Loader 1
Loader 2
# Cases Shipped
# Damaged Cases
On the input form I have two list boxes of the employees that could
load the truck. One for loader 1 and one for loader 2.
I am calculating the percentage on the report. The problem I am having
I need the total numbers for an employee no matter to which loader he
is
For Example:
Loader 1 Loader 2 # cases
shipped # Damaged Cases
Dan
Mike 3000
100
Joe
Dan 1500
50
If the above is the table in the field I would like for the report to
look like below
Loader # Cases
shipped # Damaged Cases
Dan
4500 150
Can this be done?
I need Access to do.
I have created a database that keeps track of the loaders of the truck
and the damages they cause
The talble has the following fields:
Loader 1
Loader 2
# Cases Shipped
# Damaged Cases
On the input form I have two list boxes of the employees that could
load the truck. One for loader 1 and one for loader 2.
I am calculating the percentage on the report. The problem I am having
I need the total numbers for an employee no matter to which loader he
is
For Example:
Loader 1 Loader 2 # cases
shipped # Damaged Cases
Dan
Mike 3000
100
Joe
Dan 1500
50
If the above is the table in the field I would like for the report to
look like below
Loader # Cases
shipped # Damaged Cases
Dan
4500 150
Can this be done?