Running Sum between Report and Subreport

L

Lori

I've looked at the posts and I can't find an answer. I really need help with
this last piece.

I have a subreport that provides billing distributed based on %
[DisSubtotal]. This value is added to the current other charges for each
group [CurrentSubtotal]. So far it works perfectly. I get a subtotal for the
distributed and a subtotal for the current charges, using info from another
post I found that his works (=IIf(IsError([Disbursed Billing
subreport].Report!DistSubtotal),[CurrentSubtotal],[CurrentSubtotal]+[Disbursed
Billing subreport].Report!DistSubtotal)), these numbers give me a total for
the group [ProjectTotal].Still no problem.

My problem is when I try to sum the [ProjectTotal]. The result is always 0.
The properties are set for Running Sum Over All. I've also tried to sum the
[DistSubtotal] and the [CurrentSubtotal] and add them together and I get a 0
for the info coming from the subreport [DistSubtotal].

Help, this is giving me a headache!

I've tried to Sum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top