Total from a subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 subforms on a form named "Assemb" and need to report the total of
values in the field [feelanes] used in subform "Invent" in a text box on the
form. I used the expression builder with the function Sum() but got an error.

I will appreciate help getting this right.
 
Me.Invent!Form.feelanes

This assumes that the subform control in the main form is the same as its
source form.

Barry
 
Back
Top