sum duplicate records in query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings!

I have a query that shows me duplicate part numbers from two different
tables. Each of these part numbers have different quantities in each of these
tables. I want to combine both the part number and quantity so that the part
number only shows up one time, but the quantity from both tables is combined.
Is there a way to do this?

Thanks!
Kat
 
Any reason you can't do a totals query, group by partNumber, sum of
Quantity? You can do that fine on a union query - you just can't run
action queries.
 
I believe that will work! I hadn't thought of that!

Thanks a bunch!
Kat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top