Getting #Error with eveything I try,
I want to get the total of hours for whatever records show in the subform.
I have tried adding a total box to the subform detail which works in the subform but on the main form it does not. gives #Error
added a total box to page footer on subform
here is the conrol source on the main form text box.
=Sum([Forms]![frmManagerApproval]![TimeReporting subform1].[Form]![Hours])
DougP
I want to get the total of hours for whatever records show in the subform.
I have tried adding a total box to the subform detail which works in the subform but on the main form it does not. gives #Error
added a total box to page footer on subform
here is the conrol source on the main form text box.
=Sum([Forms]![frmManagerApproval]![TimeReporting subform1].[Form]![Hours])
DougP