S
speaton via AccessMonster.com
Hello, everyone.
I have a Form -> Subform -> Subsubform arrangement in which I want to show
the total of all of the subsubform records somewhere on the form.
I tried putting a text box in the form footer of the subsubform that was set
to =Sum([FieldName]), but when I refered to that text box on the subform
(using =[SubSubFormName]![txtFieldName]), I see that it showed me the sum for
only the subsubform records that were currently displayed, not for all the
subsubform records related to that particular main form record. What I need
to get is the sum for all of the grandchild records.
Can anyone teach me what I need to be doing differently to get the desired
results?
With many thanks in advance for any pointers,
speaton
I have a Form -> Subform -> Subsubform arrangement in which I want to show
the total of all of the subsubform records somewhere on the form.
I tried putting a text box in the form footer of the subsubform that was set
to =Sum([FieldName]), but when I refered to that text box on the subform
(using =[SubSubFormName]![txtFieldName]), I see that it showed me the sum for
only the subsubform records that were currently displayed, not for all the
subsubform records related to that particular main form record. What I need
to get is the sum for all of the grandchild records.
Can anyone teach me what I need to be doing differently to get the desired
results?
With many thanks in advance for any pointers,
speaton