Hi,
Explain:
I have a report for reciept list , it contain 3 sub report.
1st for cash and it contain sub total 1
2nd for check and contain sub total 2
3rd for Credit card and contain sub total 3
and in the main report i put :
total = nz(sub total 1)+nz(sub total 2)+nz(sub total 3)
Problem:
it give me the right total when the list contain the 3 sub totals.
But
the main problem appear when the list have only cash , the sub report of cach appear only , thats logic, but the total in the main report give me "# Error"
because the 2 other sub report not appear.
plz can anyone give to me any solution for that.
Note: Access 2003
regards
Zaher Rabah
Explain:
I have a report for reciept list , it contain 3 sub report.
1st for cash and it contain sub total 1
2nd for check and contain sub total 2
3rd for Credit card and contain sub total 3
and in the main report i put :
total = nz(sub total 1)+nz(sub total 2)+nz(sub total 3)
Problem:
it give me the right total when the list contain the 3 sub totals.
But
the main problem appear when the list have only cash , the sub report of cach appear only , thats logic, but the total in the main report give me "# Error"
because the 2 other sub report not appear.
plz can anyone give to me any solution for that.
Note: Access 2003
regards
Zaher Rabah
Comment