sum in subform displayed in masterform

B

Brad

i'm trying to sum a field in a subform and display it in
the master form - currently i'm trying to sum the field
in the footer of the subform and then using that field as
the value of a field in the master form and i keep
getting "Name?". any suggestions?
 
K

Kevin Sprinkel

This approach should work; syntax to display field from
subform. I had similar problems caused by using the name
of the subform rather than the name of the subform control
in the main form that 'houses' the subform.

Also check that your reference is to the subform's control
name rather than its underlying source, which if both are
the same, can cause this error.

=(<nameofsubformcontrol>.Form!<subformcontrolname)

HTH
Kevin Sprinkel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top