R
rmcompute
I created a subtotal by Serial number that creates the following in the
Serial Number Footer:
Name: SumCopies
Control Source: =Max([PRESENTRRev])-Min([PRESENTRRev])
In the Report Footer I created the following:
Name: SumSumCopies
Control Source: Sum([SumCopies])
The system does not recognize SumCopies in the Report Footer and treats it
like a parameter. I cannot move the formula to the SumSumCopies field since
the max and min calculation should only be done for a particular serial
number. Is there a way to fix this problem ?
Serial Number Footer:
Name: SumCopies
Control Source: =Max([PRESENTRRev])-Min([PRESENTRRev])
In the Report Footer I created the following:
Name: SumSumCopies
Control Source: Sum([SumCopies])
The system does not recognize SumCopies in the Report Footer and treats it
like a parameter. I cannot move the formula to the SumSumCopies field since
the max and min calculation should only be done for a particular serial
number. Is there a way to fix this problem ?