Hello, i'm having some problems displaying totals on my main report, from my sub report. I have a sub report named LnAmount, which has three fields. amount, SumOfFeeAmount, and newMoney. In the report footer i have a text box for each set to invisible. =Sum([amount]), named Amount1, =Sum([SumOfFeeAmount]), named fees, and =Sum([newMoney]), named New Money.
On my main report i have in the footer =[LnAmount].[Report].[Amount1]. It seems to work, except it is only displaying the last entry on the main report instead of the totals. Any help would be appreciated!