S
sajohn52
I have a form called 'tblSales' which has a sub form named
'tblSalesDtls'. The subform is made up of three
fields the 'price' field, the 'qty' field and the
'total_price' field which is = 'price' * 'qty'. In the tblSales form I
want to display the total sum of the 'total_price' field for a Slaes
Order. I've tried using the following formulas but I just keep getting
error message:
=Sum([tblSalesDtls].[Form]![total_price])
=Sum(Forms![tblSales]![tblSalesDtls].[Form]![total_price])
Can someone tell me what I'm doing wrong?
TIA
Steffen
sajohn52
'tblSalesDtls'. The subform is made up of three
fields the 'price' field, the 'qty' field and the
'total_price' field which is = 'price' * 'qty'. In the tblSales form I
want to display the total sum of the 'total_price' field for a Slaes
Order. I've tried using the following formulas but I just keep getting
error message:
=Sum([tblSalesDtls].[Form]![total_price])
=Sum(Forms![tblSales]![tblSalesDtls].[Form]![total_price])
Can someone tell me what I'm doing wrong?
TIA
Steffen
sajohn52