I have calculations in a report to work out payments deducting tax for some unless tax deduction flag is given using the statement
=IIf([TaxDeductionFlag]=True,([Text24]),([Text24]-(([Text24]/100)*22)))
This value is being stored in a text box, "Text30"
I am now creating another report, to show the total payments used, from the values of Text30.
How can i use the values in Text30 to comeup with an overall value for all of them?
=IIf([TaxDeductionFlag]=True,([Text24]),([Text24]-(([Text24]/100)*22)))
This value is being stored in a text box, "Text30"
I am now creating another report, to show the total payments used, from the values of Text30.
How can i use the values in Text30 to comeup with an overall value for all of them?