C
Chips
I want a control to sum values from a subform in Access 2000.
I have a form that contains a subform. I want to make a control sum up the
values in a control in the subform.
I have it referring to it with
=[Forms]![FrmSbEmpWE]![FrmSbWkInstance]![EmpHrs].
But it's only displaying the value of the top record in the subform. I want
it to sum up all the records in the subform that are tied to a particular
record in the parent form.
I tried =sum([Forms]![FrmSbEmpWE]![FrmSbWkInstance]![EmpHrs]) and that gave
me an error.
Any clues here?
Thanks,
GC
I have a form that contains a subform. I want to make a control sum up the
values in a control in the subform.
I have it referring to it with
=[Forms]![FrmSbEmpWE]![FrmSbWkInstance]![EmpHrs].
But it's only displaying the value of the top record in the subform. I want
it to sum up all the records in the subform that are tied to a particular
record in the parent form.
I tried =sum([Forms]![FrmSbEmpWE]![FrmSbWkInstance]![EmpHrs]) and that gave
me an error.
Any clues here?
Thanks,
GC