P
Pam
I have a text box (TotalManufacturingForTech) on a subreport
(rSubreportDailyWorkManufacturing) on Main Form (DailyWork). The
calculation for the text box is as follows:
=Sum(DateDiff("n",[StartTime],[StopTime]))\60 & ":" &
Format(Sum(DateDiff("n",[StartTime],[StopTime])) Mod 60,"00")
I have a hidden text box in the detail section of the main form with
following code:
=IIf(rSubreportDailyWorkManufacturing.Report.HasData=True,rSubreportDailyWorkMnaufacturing.Report!TotalManufacturingForTech,0)
I also have the same subreport, text box on subreport and hidden text box in
the detail section of main for with same codes for Repair (substitute
Manufacturing for Repair). Everything works great. Now I need to total the
two subreports to get a total for Manufacturing time and for Repair time on
this main report. I've struggled with this for some time now and nothing
works - get lots of #Error msgs. Any help is greatly appreciated! Thanks,
Pam
(rSubreportDailyWorkManufacturing) on Main Form (DailyWork). The
calculation for the text box is as follows:
=Sum(DateDiff("n",[StartTime],[StopTime]))\60 & ":" &
Format(Sum(DateDiff("n",[StartTime],[StopTime])) Mod 60,"00")
I have a hidden text box in the detail section of the main form with
following code:
=IIf(rSubreportDailyWorkManufacturing.Report.HasData=True,rSubreportDailyWorkMnaufacturing.Report!TotalManufacturingForTech,0)
I also have the same subreport, text box on subreport and hidden text box in
the detail section of main for with same codes for Repair (substitute
Manufacturing for Repair). Everything works great. Now I need to total the
two subreports to get a total for Manufacturing time and for Repair time on
this main report. I've struggled with this for some time now and nothing
works - get lots of #Error msgs. Any help is greatly appreciated! Thanks,
Pam