I have 2 related tables which I have used in a query and then in my Total Income report. In the primary table I have the AmountPaid field which is the amount paid by a customer for an invoice. In my report I list all the invoice items and the AmountPaid is repeated for each ...
I have a report which needs to print two identical copies of each page and then a third largely-identical copy of some pages. What I have done is create a sub-report and add it three times to the report. Then in the Detail_Format event of the main report I make the third ...