hi good day,
i have a subtotal where i sum up all the values of the 1st page and display as the subtotal
on second page i sum up all the values of the 2nd page and display as the subtotal
on third page i sum up all the values of the 3rd page and display as the subtotal etc...
now the requirement is,
1. user wants the total of the first page and display as the sub total.
2. when 2nd page he wants the total of the 1st page + 2nd page = subtotal (in 2nd page subtotal)
3. on 3rd page total of the 1st page + 2nd page + 3rd = subtotal (in 3rd page subtotal)
ex : 1st page = values (1 +1 + 1 = 3 as subtotal )
2nd page = values (2 + 2 + 2 = (3 + 6 = 9 as the subtotal))
3rd page = values (1 + 1 + 1 = (3 + 6 + 3 = 12 as the subtotal))
how would i get it to this point please?