T
Tommy Dhondt
Hi there,
I have a report with a query as record source. Query has 2 fields:
customer's name (e.g. "John Smith") and total order amount of that
customer (e.g. 169.35).
My report has a (very big) page header, detail and page footer section
and must contain maximum 10 records (detail section) per page.
The number of records (customers) can be anything. For example: 2
records (1 page with 2 records), 20 records (2 pages with 10 records),
35 records (3 pages with 10 records + 4th page with 5 records).
The problem I'm facing, is to have RIGHT BELOW the last record of each
page the sum of the total order amounts.
And, this sum may not be a running sum across all records/pages, but
must be a total sum PER PAGE. (For example: if 20 records with first
10 records having 10.00 as order amount and last 10 records having
100.00 as order amount. Then page 1 total sum must be 100.00 and page
2 total sum must be 1000.00)
Any help will be appreciated very much.
Thanks in advance.
Kind regards,
Tommy Dhondt
I have a report with a query as record source. Query has 2 fields:
customer's name (e.g. "John Smith") and total order amount of that
customer (e.g. 169.35).
My report has a (very big) page header, detail and page footer section
and must contain maximum 10 records (detail section) per page.
The number of records (customers) can be anything. For example: 2
records (1 page with 2 records), 20 records (2 pages with 10 records),
35 records (3 pages with 10 records + 4th page with 5 records).
The problem I'm facing, is to have RIGHT BELOW the last record of each
page the sum of the total order amounts.
And, this sum may not be a running sum across all records/pages, but
must be a total sum PER PAGE. (For example: if 20 records with first
10 records having 10.00 as order amount and last 10 records having
100.00 as order amount. Then page 1 total sum must be 100.00 and page
2 total sum must be 1000.00)
Any help will be appreciated very much.
Thanks in advance.
Kind regards,
Tommy Dhondt