Hello,
I have created a report which print Invoice Form which Record Source is a query.
There are 3 Text box that shows sub total. round off and total amount at report footer.
But if there are one or two items it prints just below that items. I want to print these 3 text boxes at bottom of page.
If I put them at report footer it shows - "# error". Is there any way to print these 3 Text Box at end of page as in second image ?
The control source are -
TxtSubTotal =Sum([Quanity]*[Rate]),
TxtRoundOff = =[TxtTotal]-[TxtSubTotal],
TxtTotal = =Round(Sum([Quanity]*[Rate]),0.5)
I am attaching images for reference
Thanks.
![]()