SaturnSeven
Programmer
I am struggling with the following query
I have a table looking like the following
Product Qty Date
ABC 10 01-Feb-06
ABC 5 10-Feb-06
ABC 15 20-Feb-06
DEF 2 5-Feb-06
DEF 5 15-Feb-06
DEF 5 20-Feb-06
I am trying to create a query to show
Product RunningTotal Date
ABC 10 01-Feb-06
ABC 15 10-Feb-06
ABC 30 20-Feb-06
DEF 2 5-Feb-06
DEF 7 15-Feb-06
DEF 12 20-Feb-06
Can anyone help or point me in the right direction
Any help with be greatly appreciated
I have a table looking like the following
Product Qty Date
ABC 10 01-Feb-06
ABC 5 10-Feb-06
ABC 15 20-Feb-06
DEF 2 5-Feb-06
DEF 5 15-Feb-06
DEF 5 20-Feb-06
I am trying to create a query to show
Product RunningTotal Date
ABC 10 01-Feb-06
ABC 15 10-Feb-06
ABC 30 20-Feb-06
DEF 2 5-Feb-06
DEF 7 15-Feb-06
DEF 12 20-Feb-06
Can anyone help or point me in the right direction
Any help with be greatly appreciated