B
broogle
Date Amount Cumm_Amount
01/01/06 1
12/01/05 2
24/01/04 3
24/01/06 4
The result I want:
-Sort by date and in cumm_amount
-first data in cumm_amount taken from first data in Amount field.
-Second, third, and so on taken from (Amount + Amount in next record)
Is it possible to create a query for this? Thanks
Result I expect:
Date Amount Cumm_Amount
24/01/04 3 3
12/01/05 2 5
01/01/06 1 3
24/01/06 4 5
Thanks
01/01/06 1
12/01/05 2
24/01/04 3
24/01/06 4
The result I want:
-Sort by date and in cumm_amount
-first data in cumm_amount taken from first data in Amount field.
-Second, third, and so on taken from (Amount + Amount in next record)
Is it possible to create a query for this? Thanks
Result I expect:
Date Amount Cumm_Amount
24/01/04 3 3
12/01/05 2 5
01/01/06 1 3
24/01/06 4 5
Thanks