J
jbridges
I'm new to access and am struggling to do what should be a simple task.
I've got 2 tables. Both tables have the same 2 fields: ("Part Description"
and "Qty")
Some "Part Description" entries are the same. Others are different.
I want to combine them into one table with no duplicate part descriptions
and correct total Qty's. How do I do this?
Example:
Input
Table 1; Part Description (Bolt A) Qty (1)
Part Description (Bolt B) Qty (1)
Table 2; Part Description (Bolt A) Qty (1)
Part Description (Washer A) Qty (1)
Result
Table Combined; Part Description (Bolt A) Qty (2)
Part Description (Bolt B) Qty (1)
Part Description (Washer A) Qty (1)
Thanks for any help!
I've got 2 tables. Both tables have the same 2 fields: ("Part Description"
and "Qty")
Some "Part Description" entries are the same. Others are different.
I want to combine them into one table with no duplicate part descriptions
and correct total Qty's. How do I do this?
Example:
Input
Table 1; Part Description (Bolt A) Qty (1)
Part Description (Bolt B) Qty (1)
Table 2; Part Description (Bolt A) Qty (1)
Part Description (Washer A) Qty (1)
Result
Table Combined; Part Description (Bolt A) Qty (2)
Part Description (Bolt B) Qty (1)
Part Description (Washer A) Qty (1)
Thanks for any help!