I have a Form (Location) Sub-form (Customer) Sub Sub Form (Items Purchased)
On Items Purchased I have fieds of Quanity and Price...I also have a computed field =[Quanity]*[Price] named Total.
On the Customer sub form I want a text box (CustTotals) to compute the sum of all the "Total" fields on the Items Purchased form.
I used this in the CustTotals field of the Customers form
=Sum([Sales SubForm].[Form]![Total]) and I get #Error
I know I have done something like this before...what am I doing wrong
On Items Purchased I have fieds of Quanity and Price...I also have a computed field =[Quanity]*[Price] named Total.
On the Customer sub form I want a text box (CustTotals) to compute the sum of all the "Total" fields on the Items Purchased form.
I used this in the CustTotals field of the Customers form
=Sum([Sales SubForm].[Form]![Total]) and I get #Error
I know I have done something like this before...what am I doing wrong