I have a main report and two sub reports
the two sub reports have a report footers with =Nz(Sum([TOTAL PRICE]),0)
my main form has two fields (SUB TOTAL & NARR SUB TOTAL) that refer to sub reports
=Nz([PRICES & QTY's (Q) subreport].[Report]![SUB TOTAL],0)
=Nz([NARR - PRICES & QTY's (Q) subreport].Report![NARR SUB TOTAL],0)
I have another field (GRAND TOTAL) on my main report that adds the above fields to give a grand total
=[SUB TOTAL]+[NARR SUB TOTAL]
This works but the problem is that maybe one of the sub reports has no data what so ever giving me #Error in SUB TOTAL or in NARR SUB TOTAL AND also in GRAND TOTAL i need the GRAND TOTAL to give me a result
Can anyone help
the two sub reports have a report footers with =Nz(Sum([TOTAL PRICE]),0)
my main form has two fields (SUB TOTAL & NARR SUB TOTAL) that refer to sub reports
=Nz([PRICES & QTY's (Q) subreport].[Report]![SUB TOTAL],0)
=Nz([NARR - PRICES & QTY's (Q) subreport].Report![NARR SUB TOTAL],0)
I have another field (GRAND TOTAL) on my main report that adds the above fields to give a grand total
=[SUB TOTAL]+[NARR SUB TOTAL]
This works but the problem is that maybe one of the sub reports has no data what so ever giving me #Error in SUB TOTAL or in NARR SUB TOTAL AND also in GRAND TOTAL i need the GRAND TOTAL to give me a result
Can anyone help