Hello All
I have a form/subform setup.
In the subform, I have a field that records work done for the work order. There can of course be several items in the field associated with the work order.
I am trying to calculate the sum of the "Cost" field for that particular record (some can have 80 items listed in the subform which are all associated to the one work order). I can't seem to get anything except "error" in my unbound text box.
I set the control sorce to "=Sum( [qry_WO_Details Query subform1].Form![WO_Details_Cost] )" (no quotes). I'm trying to put it in the form footer. There are other fields I need to sum up as well.
Any suggestions?
Thank you
Terry