Hi mighty fine people,
I have a report with two sub-reports attached. The Main report calculates the totals of the two sub-reports.
The problem i am having is that when i open the report, it looks perfectly fine; the totals are calculated perfectly. But when i actually print the report, the total field shows #Error on the printed paper.
I was reading around and it looks like, and i've verified that the reason for this is because one of my sub-forms has null record set. When both sub-reports generate records, it prints the totals without "#Error".
One sub-report will be empty from time to time.
How can i allow my totals to still calculate with just one sub-form when the other is empty?
Thank You
I have a report with two sub-reports attached. The Main report calculates the totals of the two sub-reports.
The problem i am having is that when i open the report, it looks perfectly fine; the totals are calculated perfectly. But when i actually print the report, the total field shows #Error on the printed paper.
I was reading around and it looks like, and i've verified that the reason for this is because one of my sub-forms has null record set. When both sub-reports generate records, it prints the totals without "#Error".
One sub-report will be empty from time to time.
How can i allow my totals to still calculate with just one sub-form when the other is empty?
Thank You
Comment