I created a subReport called "Other Status:" In it I have a field called Weigh_Net and in the
SubReport Footer I have a Text box called TEXT6 with =SUM([Weigh_Net]/2000) - that works.
Then in the Main Report Footer I have a textbox with:
=Sum([Reports]![MJs Report]![Other Status:]![Text6])
but I keep getting 0 as a results.
I remembered that Pat has said not to reference the Control but to sum the formula so I also
tried:
=Sum([Reports]![MJs Report]![Other Status:]![Weigh_Net])
in a textbox in the Report Footer of the Main report but I still get 0
What am I doing wrong?
SubReport Footer I have a Text box called TEXT6 with =SUM([Weigh_Net]/2000) - that works.
Then in the Main Report Footer I have a textbox with:
=Sum([Reports]![MJs Report]![Other Status:]![Text6])
but I keep getting 0 as a results.
I remembered that Pat has said not to reference the Control but to sum the formula so I also
tried:
=Sum([Reports]![MJs Report]![Other Status:]![Weigh_Net])
in a textbox in the Report Footer of the Main report but I still get 0
What am I doing wrong?