Sorry folks, but I left my bigger brain at home today. Need help with the following problem. I need to write a SQL Statement that produces the results below.
Actual data:
PART LOOCATION QTY NEED BALANCE
Wrench 125-A 11 3 8
Wrench 125-A 11 2 9
Needs to look like (single line for a VB datagrid):
PART LOOCATION QTY NEED BALANCE
Wrench 125-A 11 5 6
Note: Balance is computed, not actual data. Appreciate the help as always!
-Steve-
Actual data:
PART LOOCATION QTY NEED BALANCE
Wrench 125-A 11 3 8
Wrench 125-A 11 2 9
Needs to look like (single line for a VB datagrid):
PART LOOCATION QTY NEED BALANCE
Wrench 125-A 11 5 6
Note: Balance is computed, not actual data. Appreciate the help as always!
-Steve-