Total from a subform

K

Ken Smith

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.
 
B

Barry Gilbert

Me.Invent!Form.feelanes

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

Barry
 
Top