I
Irene
i have a table call t_time_sheet. i want ot make a query that is based on
this table to do a run sum.
example,
ID Part Date Qty
1 A 1/1/09 100
2 A 2/1/09 100
3 B 1/1/09 100
4 A 31/12/08 100
So i want to do a query, that the result want to come out as
ID Part Date Qty RunningSum
4 A 31/12/08 100 100
1 A 1/1/09 100 200
2 A 2/1/09 100 300
3 B 1/1/09 100 100
can do it by query? I want the result come out by date first then just by ID
to calculate the run sum by part. anybody can help me? thanks! urgent!
regards,
Irene
this table to do a run sum.
example,
ID Part Date Qty
1 A 1/1/09 100
2 A 2/1/09 100
3 B 1/1/09 100
4 A 31/12/08 100
So i want to do a query, that the result want to come out as
ID Part Date Qty RunningSum
4 A 31/12/08 100 100
1 A 1/1/09 100 200
2 A 2/1/09 100 300
3 B 1/1/09 100 100
can do it by query? I want the result come out by date first then just by ID
to calculate the run sum by part. anybody can help me? thanks! urgent!
regards,
Irene