I have a problem that Microsoft acknowledges as a bug, especially in print preview, but I can’t seem to find a workaround.
I have to produce a report that summarizes all transactions for a customer/day. The data is coming from a query. The data must be summarized for each customer, dividing the transaction amounts into one of six categories (hence six number columns on the report) that must subtotal and cross-foot.
The logic in the detail section examines the transaction code, classifies the transaction and adds it into the appropriate column. It then prints one line per customer (from the footer section). The six amount fields on the report are unbound, since the code classifies the amount for each transaction. It then adds it into the subtotal fields.
And this is where the problem occurs. The Access report writer actually passes through the section 3 times and thus the amounts are tripled. I have tried every work around I can think of, and the only one I found on MS (the FormatCount property) doesn’t work either.
There must be a simple solution to this problem, but I can’t find it and I have wasted many hours trying to resolve this problem. Can anyone help? (Is it me or is it MS?)
Thank you
Bruce
I have to produce a report that summarizes all transactions for a customer/day. The data is coming from a query. The data must be summarized for each customer, dividing the transaction amounts into one of six categories (hence six number columns on the report) that must subtotal and cross-foot.
The logic in the detail section examines the transaction code, classifies the transaction and adds it into the appropriate column. It then prints one line per customer (from the footer section). The six amount fields on the report are unbound, since the code classifies the amount for each transaction. It then adds it into the subtotal fields.
And this is where the problem occurs. The Access report writer actually passes through the section 3 times and thus the amounts are tripled. I have tried every work around I can think of, and the only one I found on MS (the FormatCount property) doesn’t work either.
There must be a simple solution to this problem, but I can’t find it and I have wasted many hours trying to resolve this problem. Can anyone help? (Is it me or is it MS?)
Thank you
Bruce