• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Sum values in Access 2003 DB based on one column value

GoingUp

Lifer
So I have an access data base with a bunch of columns. I added an additional column at the end for a unique value.

Most of the values in that column are unique, although I have some multiples for when the rows which represent orders came in at the same time.

Here is what I want to do. I want to sum the weights and pieces received based on the values in the unique record column. I have a bunch of extra crap like addresses etc that I want in the results as well so the number of columns is too big for a pivot table in excel.

How do I sum values in other columns based on the unique identifier column? This would result in two orders with the identifier XYZ turning into one entry with the identifier XYZ while having their weights and pieces added by the query.

Thanks!
 
Back
Top