W
Will
OK, I have a calculation field in a query named "qryItemsToProducts"
.... like this... Total: [Unit Price]*[Qty]
And I have that "Total" displaying in a form named frmSubItems...
And I have the Orders Form... named frmOrders... with the above items form
as a ":sub form" ...
My Question: How do I display a field in frmOrders that shows the total of
all the items?
Kinda like this...
Order Total = Sum (Item_1*qty_1)+(Item_2*qty_2)+...+(Item-n*Qty_n)
I don't know the syntax for expressing this and any help would be
appriceated.
Thanks.
.... like this... Total: [Unit Price]*[Qty]
And I have that "Total" displaying in a form named frmSubItems...
And I have the Orders Form... named frmOrders... with the above items form
as a ":sub form" ...
My Question: How do I display a field in frmOrders that shows the total of
all the items?
Kinda like this...
Order Total = Sum (Item_1*qty_1)+(Item_2*qty_2)+...+(Item-n*Qty_n)
I don't know the syntax for expressing this and any help would be
appriceated.
Thanks.