Hey all,
I have a query that contains three headings:
Supplier, Number, Dollars
or
John/ 1123/ $123.45
John/ 1123/ $69.05
John/ 1124/ $3249.34
How do I get the duplicate records (John, 1123) to SUM UP the dollar amounts and turn that into one line? So it would just be John/ 1123/ $192.50. I tried Group By: Sum, I tried changing parameters and I tried setting the number to unique. When I ran the query after my attempts nothing showed up so those clearly aren't working..
Any suggestions?
I have a query that contains three headings:
Supplier, Number, Dollars
or
John/ 1123/ $123.45
John/ 1123/ $69.05
John/ 1124/ $3249.34
How do I get the duplicate records (John, 1123) to SUM UP the dollar amounts and turn that into one line? So it would just be John/ 1123/ $192.50. I tried Group By: Sum, I tried changing parameters and I tried setting the number to unique. When I ran the query after my attempts nothing showed up so those clearly aren't working..
Any suggestions?