J
Jon
Hi,
I'm trying to set up a query for a particular problem and am a bit
stumped. The data looks like this:
File # $Amount
B67 50
B67 80
B67 70
B68 20
B68 80
B69 90
B69 20
B69 40
I'd like the result to look like this:
File # $Amount
B67 200
B68 100
B69 150
So, another words, a query that would give me a unique File # and add
the $amounts together.
Thanks for any help you can offer.
Jon
I'm trying to set up a query for a particular problem and am a bit
stumped. The data looks like this:
File # $Amount
B67 50
B67 80
B67 70
B68 20
B68 80
B69 90
B69 20
B69 40
I'd like the result to look like this:
File # $Amount
B67 200
B68 100
B69 150
So, another words, a query that would give me a unique File # and add
the $amounts together.
Thanks for any help you can offer.
Jon