C
ChrisP
I have a Report which contains 2 subreports.
I want to calculate the values from the subreports if any
exist. The one subreport shows parts and their cost if
any were used. The other subreport shows the discounts if
any were used.
My report is a service bill basically.
I want to calculate the Total by adding up the parts
cost, if used, and then subtracting all the discounts, if
any. Then displaying it in a Totals textbox.
How can I do this?
I want to calculate the values from the subreports if any
exist. The one subreport shows parts and their cost if
any were used. The other subreport shows the discounts if
any were used.
My report is a service bill basically.
I want to calculate the Total by adding up the parts
cost, if used, and then subtracting all the discounts, if
any. Then displaying it in a Totals textbox.
How can I do this?