G
Guest
I've posted before, but I lost where my post ended up. I've got a column in a
subform which I would like to take the total of. I've put:
=Sum([Candidates])
in the subform footer and put:
=[Centres Subform]![Total]
in the main form (it keeps taking the [] off the Total)
and it only comes up with #Error
I've also tried:
=Sum([Centres Subform]![Candidates])
in the main form, to the same result.
Can anyone help please?
subform which I would like to take the total of. I've put:
=Sum([Candidates])
in the subform footer and put:
=[Centres Subform]![Total]
in the main form (it keeps taking the [] off the Total)
and it only comes up with #Error
I've also tried:
=Sum([Centres Subform]![Candidates])
in the main form, to the same result.
Can anyone help please?