S
Steffen Johnson
I have a form called frmSales which has a sub form named
frmSalesDtls subform. The subform is made up of three
fields the price field, the quantity field and the
price_total field which is = price * qty. In the frmSales
form I want to display the total sum of the price_total
field. I've tried using the following formulas but I just
get error message:
=Sum([frmSalesDtls subform]![Form]!price_total)
=Sum([frmSalesDtls subform]![Form]!Price*[frmSalesDtls
subform]![Form]!Qty).
Can someone explain to me why this doesn't work ?
Steffen
frmSalesDtls subform. The subform is made up of three
fields the price field, the quantity field and the
price_total field which is = price * qty. In the frmSales
form I want to display the total sum of the price_total
field. I've tried using the following formulas but I just
get error message:
=Sum([frmSalesDtls subform]![Form]!price_total)
=Sum([frmSalesDtls subform]![Form]!Price*[frmSalesDtls
subform]![Form]!Qty).
Can someone explain to me why this doesn't work ?
Steffen