M
Mitch Powell
I have a report using a data source with 15 columns: Job, Account, Year and
Jan-Dec. The report is grouped by Job. For each Job there are 10 accounts
and 4 years for a total of 10 X 4 = 40 records for each Job. The 40 records
for each job print on a single page and there is a page break for each new
job. Here's my problem:
I want a "Totals" page that shows the total for each of the 40 records
contained in all the preceeding Job pages. This page would look exactly like
the individual Job pages (i.e. 40 records) but would represent report totals.
I put the Account, Year and Month fields (using =Sum([month]) syntax) in the
report footer but all I get in the report footer page is a single record
displaying the first Account and Year. What am I missing?
Jan-Dec. The report is grouped by Job. For each Job there are 10 accounts
and 4 years for a total of 10 X 4 = 40 records for each Job. The 40 records
for each job print on a single page and there is a page break for each new
job. Here's my problem:
I want a "Totals" page that shows the total for each of the 40 records
contained in all the preceeding Job pages. This page would look exactly like
the individual Job pages (i.e. 40 records) but would represent report totals.
I put the Account, Year and Month fields (using =Sum([month]) syntax) in the
report footer but all I get in the report footer page is a single record
displaying the first Account and Year. What am I missing?