G
Guest
I have a text box Sum_Of_unit_price text box in the sub report. I use this
text box value in my main report to calculate the total cost. When there is
no data in the sub report, my main report is showing as #Error.
I have this code
Private Sub Report_NoData(Cancel As Integer)
Sum_Of_unit_price = 0
End Sub
but this is not working. I would really appreciate if some one could help me.
Thanks
text box value in my main report to calculate the total cost. When there is
no data in the sub report, my main report is showing as #Error.
I have this code
Private Sub Report_NoData(Cancel As Integer)
Sum_Of_unit_price = 0
End Sub
but this is not working. I would really appreciate if some one could help me.
Thanks