G
Guest
Hey all.
I'm working in Access 2000 with a main report/sub report. The sub report
lists individual line items for a person (in dollars), and there is a text
box at the bottom that sums up the total. This control is called txtTotal.
On the main report, I want to show that total. So I refer to it using
=[rptSUB_REPORT]!txtTotal. It's behaving oddly, though. If a given person has
only ONE line item, it displays fine. However, if the person has more than
one line item on the sub-report, the main report is only displaying the first
line.
What's frustrating is that txtTotal is a visible control, and it DOES show
the correct total. So for instance -
-------sub report ----------
Account 1 -10
Account 2 -16
Account 3 -10
Total -36 <-- txtTotal - THIS IS WORKING
------ end sub report ----
Total reversals -10 <-- THAT SHOULD BE -36
The numbers involved will always be negative, if that means anything.
Thanks for your help.
I'm working in Access 2000 with a main report/sub report. The sub report
lists individual line items for a person (in dollars), and there is a text
box at the bottom that sums up the total. This control is called txtTotal.
On the main report, I want to show that total. So I refer to it using
=[rptSUB_REPORT]!txtTotal. It's behaving oddly, though. If a given person has
only ONE line item, it displays fine. However, if the person has more than
one line item on the sub-report, the main report is only displaying the first
line.
What's frustrating is that txtTotal is a visible control, and it DOES show
the correct total. So for instance -
-------sub report ----------
Account 1 -10
Account 2 -16
Account 3 -10
Total -36 <-- txtTotal - THIS IS WORKING
------ end sub report ----
Total reversals -10 <-- THAT SHOULD BE -36
The numbers involved will always be negative, if that means anything.
Thanks for your help.