L
Liz M.
Hello -
I could really use some help with writing a query. I can't imagine that it is that difficult, I just have tried everything I can think of and I am stumped for the time being.
Here's what my input data might look like:
Work Area Part # Qty
A 1 1
A 1 2
A 1 3
B 1 1
B 1 2
B 2 5
B 2 2
I need to write a query that will first group by work area and then by part #. Then it will sum up the quantities by part # by work are. So my results would look something like this:
Work Area Part # Qty
A 1 6
B 1 3
B 2 7
Can someone help with this?
Your help will be greatly appreciated!!!
Thank you in adavance,
Liz M.
I could really use some help with writing a query. I can't imagine that it is that difficult, I just have tried everything I can think of and I am stumped for the time being.
Here's what my input data might look like:
Work Area Part # Qty
A 1 1
A 1 2
A 1 3
B 1 1
B 1 2
B 2 5
B 2 2
I need to write a query that will first group by work area and then by part #. Then it will sum up the quantities by part # by work are. So my results would look something like this:
Work Area Part # Qty
A 1 6
B 1 3
B 2 7
Can someone help with this?
Your help will be greatly appreciated!!!
Thank you in adavance,
Liz M.