G
Guest
I have a field in my detail section as follows:
Name: Dollarperunit
Control Source: =txtcpu*amt
Both txtcpu and amt are calculated fields within the report. They do not
come out of a query (query is the control source for the report) due to
certain reasons.
and an invisible field right below it as follows:
Name: invisibledollarperunit
Control Source: =[dollarperunit]
Running Sum: Over All
I have a field that shows the sum of all the dollarperunit in my Report
footer section as follows:
Name: granddollarperunit
Control Source: =invisibledollarperunit
Now, I want to show the value of "granddollarperunit" in my report Header.
How can I do this?
Name: Dollarperunit
Control Source: =txtcpu*amt
Both txtcpu and amt are calculated fields within the report. They do not
come out of a query (query is the control source for the report) due to
certain reasons.
and an invisible field right below it as follows:
Name: invisibledollarperunit
Control Source: =[dollarperunit]
Running Sum: Over All
I have a field that shows the sum of all the dollarperunit in my Report
footer section as follows:
Name: granddollarperunit
Control Source: =invisibledollarperunit
Now, I want to show the value of "granddollarperunit" in my report Header.
How can I do this?