Hi there,
Just a (maybe) simple question.
I have a form A with a subform B.
Subform B contains a list of donations (datasheet with ID, Date, Amount) which were given by the Person shown in Form A.
I’d like to include a field showing the sum of the donations.
When I enter a field into Form A with:
=Sum([Forms]![Subform B]![Amount])
it always shows me the expression: #Name?
So, I just assume it cannot find the right expressions/parameters.
Can anyone help?
Thanks in advance.
Just a (maybe) simple question.
I have a form A with a subform B.
Subform B contains a list of donations (datasheet with ID, Date, Amount) which were given by the Person shown in Form A.
I’d like to include a field showing the sum of the donations.
When I enter a field into Form A with:
=Sum([Forms]![Subform B]![Amount])
it always shows me the expression: #Name?
So, I just assume it cannot find the right expressions/parameters.
Can anyone help?
Thanks in advance.