X
Xuehong
In My query, there are record
Dates Model Line Qty
2008/9/1 A LA 8
2008/9/2 A LA 2
2008/9/3 A LA 3
2008/9/4 A LA 5
I want to result to be:
Dates Model Line Qty
2008/9/1 A LA 8
2008/9/2 A LA 10
2008/9/3 A LA 13
2008/9/4 A LA 18
Means, for the records, if model and line is the same, Sum all the qty when
the date is <= current record's date,
Thank you,
Dates Model Line Qty
2008/9/1 A LA 8
2008/9/2 A LA 2
2008/9/3 A LA 3
2008/9/4 A LA 5
I want to result to be:
Dates Model Line Qty
2008/9/1 A LA 8
2008/9/2 A LA 10
2008/9/3 A LA 13
2008/9/4 A LA 18
Means, for the records, if model and line is the same, Sum all the qty when
the date is <= current record's date,
Thank you,