Issue with Report Totals

  • Thread starter Thread starter michael_quackenbush
  • Start date Start date
M

michael_quackenbush

I have written a report that generates an individual's weekly
collection contributions for tax purposes. On a handful of these
individual's reports (those that are two pages in length), their
contribution total is correct on Page One, but then is doubled on Page
Two.

Is there any help that can be provided in making sure these totals
match correctly?

Thanks
 
I have written a report that generates an individual's weekly
collection contributions for tax purposes. On a handful of these
individual's reports (those that are two pages in length), their
contribution total is correct on Page One, but then is doubled on Page
Two.

Is there any help that can be provided in making sure these totals
match correctly?


You are probably doing something wrong to calculate the
total. How are you performing the calculations?

OTOH, maybe the data records are not correctly selected.
What is the report's record source table/query? If it's a
query that joins two or more tables, how are the tables
related?
 
Back
Top