Hi All
Im quite new to Access and Im trying to figure out if this is even possible.
Basically I have a table in Access with over 1 million rows. I want to be able to combine rows that have the same person ID and the same item name.
This is a basic example of the current data:
But want to get it so it combines identical person id and item. and sums the values like this:
Is something like this even possible? Any help will be much appreciated.
Thanks
Tom
Im quite new to Access and Im trying to figure out if this is even possible.
Basically I have a table in Access with over 1 million rows. I want to be able to combine rows that have the same person ID and the same item name.
This is a basic example of the current data:
Person ID | Item Name | Value |
123 | Item A | 22 |
123 | Item B | 10 |
123 | Item B | 30 |
123 | Item B | 100 |
But want to get it so it combines identical person id and item. and sums the values like this:
Person ID | Item Name | Value |
123 | Item A | 22 |
123 | Item B | 140 |
Is something like this even possible? Any help will be much appreciated.
Thanks
Tom