Hi
I created a subform which contains a total field for cost of each item. The total
. The subform name is subfPurchaseOrders
I also created unbound Total cost which Sum up all items cost at subform footer
I'm trying to display it on Main Form. I created one more unbound Total Cost in Main Form
But it does not display anything on Main Form.
Can anyone help?
I created a subform which contains a total field for cost of each item. The total
Code:
= [Quantity]*[UnitPrice]*(1-[Discount]/100)
I also created unbound Total cost which Sum up all items cost at subform footer
Code:
Total Cost = Sum([Total])
I'm trying to display it on Main Form. I created one more unbound Total Cost in Main Form
Code:
[subfPurchaseOrder].[Form]![TotalCost]
But it does not display anything on Main Form.
Can anyone help?
