I have a form (call it [parentdetails]) and this form has a subform (call it [childdetails]). There are therefore several children attched to each parent. The subform has been set up from an original form so is displayed as a straightforward form not a list as it would if access had auto created the form.
The subform has a field in it which is the total(Sum) of a field in a subform of that subform.(call this subform, [childpurchases]. This subform is a list and so sum is no problem by hiding the calculation the the footer and then refferencing it in the subform [childdetails].
I would like to add together all of these total fields for all the children attched to each parent. So the individual parent would have a total field which would show the total owed for all of their own children. This field which is being added obviously only exist in the subform[childdetails] and not in any table.
If anyone can follow this, can you help.
Many thanks
John
The subform has a field in it which is the total(Sum) of a field in a subform of that subform.(call this subform, [childpurchases]. This subform is a list and so sum is no problem by hiding the calculation the the footer and then refferencing it in the subform [childdetails].
I would like to add together all of these total fields for all the children attched to each parent. So the individual parent would have a total field which would show the total owed for all of their own children. This field which is being added obviously only exist in the subform[childdetails] and not in any table.
If anyone can follow this, can you help.
Many thanks
John