G
Guest
This may or may not be an easy problem but I'm kind of learing Access as I go
here. I have data from two different operators for the same parts and I want
to combine it into one table as shown below. Can you help me on this? Thank
you.
Original Table Entered by Operator 1
Part Defect 1 Defect 2 Defect 3
A 1 0 1
B 1 0 0
C 0 1 0
D 0 0 0
Information Entered by Operator 2
Part Defect 1 Defect 2 Defect 3
A 1 1 0
B 0 0 0
C 1 0 0
D 1 1 0
Combined Finished Product
Part Defect 1 Defect 2 Defect 3
A 2 1 1
B 1 0 0
C 1 1 0
D 1 1 0
here. I have data from two different operators for the same parts and I want
to combine it into one table as shown below. Can you help me on this? Thank
you.
Original Table Entered by Operator 1
Part Defect 1 Defect 2 Defect 3
A 1 0 1
B 1 0 0
C 0 1 0
D 0 0 0
Information Entered by Operator 2
Part Defect 1 Defect 2 Defect 3
A 1 1 0
B 0 0 0
C 1 0 0
D 1 1 0
Combined Finished Product
Part Defect 1 Defect 2 Defect 3
A 2 1 1
B 1 0 0
C 1 1 0
D 1 1 0