G
Guest
I have a tab control that has 6 tabs and a subform one each tab. On the last
subform want to add together fields from the other subforms + one from the
last subform. In the control source of the final calculated field, I had the
following expression:
=(Forms!sbf1Pts![1_Pts])+(Forms!sbf2Pts![2_Pts])+(Forms!sbf3Pts![2_Pts])+etc.
For some reason, all I get on the last subform is #Name?
Can anyone give me a hand on this one please?
Thanks,
Todd
subform want to add together fields from the other subforms + one from the
last subform. In the control source of the final calculated field, I had the
following expression:
=(Forms!sbf1Pts![1_Pts])+(Forms!sbf2Pts![2_Pts])+(Forms!sbf3Pts![2_Pts])+etc.
For some reason, all I get on the last subform is #Name?
Can anyone give me a hand on this one please?
Thanks,
Todd