olorin
Registered User.
- Local time
- Today, 18:41
- Joined
- Jun 9, 2006
- Messages
- 81
Hi there,
I have a report that when viewed in ReportView calculates all the txtboxes correct, but when printed, the txtbox calculations are not correct.
txtPallTotal calculates if pkPackagingID is 3;
=IIf([cboPackaging]=3,0,[NumberOfPallets])
which is a running sum over group.
I then have a txtbox called txtTotalPall which is not a running sum placed in the Report footer so as to be the total of cboPackaging.
The more I write this, the more confusing it looks.
Basically, when the report prints, it only prints the first calculation and not the total, but when in ReportView it does the calculations correct.
Hope you can help.
I have a report that when viewed in ReportView calculates all the txtboxes correct, but when printed, the txtbox calculations are not correct.
txtPallTotal calculates if pkPackagingID is 3;
=IIf([cboPackaging]=3,0,[NumberOfPallets])
which is a running sum over group.
I then have a txtbox called txtTotalPall which is not a running sum placed in the Report footer so as to be the total of cboPackaging.
The more I write this, the more confusing it looks.
Basically, when the report prints, it only prints the first calculation and not the total, but when in ReportView it does the calculations correct.
Hope you can help.