K
Kevin
I'm trying to put a control on a main form which sums the
values of a control in the subform. The control name of
the subform is "sbfdetail", the control I'd like to
summarize is "SF".
I've assigned the control source as:
Sum(Me!sbfdetail!SF)
Sum(Me!sbfdetail.Form.Controls!SF)
both of which report "#Error".
Can anyone help?
values of a control in the subform. The control name of
the subform is "sbfdetail", the control I'd like to
summarize is "SF".
I've assigned the control source as:
Sum(Me!sbfdetail!SF)
Sum(Me!sbfdetail.Form.Controls!SF)
both of which report "#Error".
Can anyone help?