Hello,
Would anyone able to give me some hints on how to combine data across multiple rows using query?
Here is what on my table:
Person Group_ID Sales
------ -------- -----
A1 00 2
B 01 3
C 02 1
A2 00 3
B 01 1
A3 00 2
(Although persons name differs, their group IDs are same)
Here is what I want (after running a query):
Person Group ID Aggreg_Sales
------ -------- ------------
A1 00 7
B 01 4
C 02 1
(Name of person selected by whichever shows up first)
I'm so frustrating now and I couldn't figure out what to do =( Please give me some help!
Thanks a lot! THANKS!
ciel220
Would anyone able to give me some hints on how to combine data across multiple rows using query?
Here is what on my table:
Person Group_ID Sales
------ -------- -----
A1 00 2
B 01 3
C 02 1
A2 00 3
B 01 1
A3 00 2
(Although persons name differs, their group IDs are same)
Here is what I want (after running a query):
Person Group ID Aggreg_Sales
------ -------- ------------
A1 00 7
B 01 4
C 02 1
(Name of person selected by whichever shows up first)
I'm so frustrating now and I couldn't figure out what to do =( Please give me some help!
Thanks a lot! THANKS!
ciel220