Hi!
I'd like to know how to build a query to get the results I want. I'm using access 2010.
I have a table with the fields Group_ID, Item_ID, Item_Name and Quantity
Group_ID Item_ID Item_Name Quantity
1B.05.BB.01.017 64572 First Item Name 0
1B.05.BB.01.017 125733 Second Item name 906
1B.05.BB.01.017 144301 Third Item Name 2874
I'd like to build a query that will summarize the Quantity by Group_ID and show the Item_ID and Item_Name with the highest Quantity
Group_ID Item_ID Item_Name Quantity
1B.05.BB.01.017 144301 Third Item Name 3780
How can I do that?
I'd like to know how to build a query to get the results I want. I'm using access 2010.
I have a table with the fields Group_ID, Item_ID, Item_Name and Quantity
Group_ID Item_ID Item_Name Quantity
1B.05.BB.01.017 64572 First Item Name 0
1B.05.BB.01.017 125733 Second Item name 906
1B.05.BB.01.017 144301 Third Item Name 2874
I'd like to build a query that will summarize the Quantity by Group_ID and show the Item_ID and Item_Name with the highest Quantity
Group_ID Item_ID Item_Name Quantity
1B.05.BB.01.017 144301 Third Item Name 3780
How can I do that?