E
el zorro
My report lists customer records, some of which submit a
varying number of payments of diferent types. My report
shows the record for each customer, and uses a subreport
to list the individual payments. The subreport also sums
the payments for each customer.
I want to group the customers by Region, and show the
total customer payments for each Region. So I set up a
group footer for Region, and stuck in a Sum functiion:
=Sum([Payment Totals]). THis doesn't seem to be working.
Payment Totals is itself a sum from a subreport... if
that has anything to do woth it. Any thoughts?
varying number of payments of diferent types. My report
shows the record for each customer, and uses a subreport
to list the individual payments. The subreport also sums
the payments for each customer.
I want to group the customers by Region, and show the
total customer payments for each Region. So I set up a
group footer for Region, and stuck in a Sum functiion:
=Sum([Payment Totals]). THis doesn't seem to be working.
Payment Totals is itself a sum from a subreport... if
that has anything to do woth it. Any thoughts?