G
Guest
OK, I have yet another stupid question...
I have a form (PurchaseOrders) with a subform (ItemsOrdered). I want to have
a field on the form that totals the data from the subform. I have looked at
questions that other people have posted and the common answer to this problem
seems to be a text box in the form footer with a control source of
=Sum([Forms]![ItemsOrdered subform]![ItemTotal]), but then it just says
#Name?. I have checked and rechecked the field names, so I know they are
correct. What am I doing wrong?
I have a form (PurchaseOrders) with a subform (ItemsOrdered). I want to have
a field on the form that totals the data from the subform. I have looked at
questions that other people have posted and the common answer to this problem
seems to be a text box in the form footer with a control source of
=Sum([Forms]![ItemsOrdered subform]![ItemTotal]), but then it just says
#Name?. I have checked and rechecked the field names, so I know they are
correct. What am I doing wrong?