Hi,
I have a subform (continues form) that display records from a table. i have 4 fields
[item]
[qty]
[price]
[total]
how should i set the default values and where, wether in table or in subform, so i can see the sum of two fields multiplyed.
I have tried
=Nz([Qty])*Nz([Price]) it workes but only for the first row.
and in continues form where i have the unbound textbox it displays the same value for all other records/rows.
I have tried to put it as default value in field in the table, but I get an error.
I would very much appreciate if anyone can help me.
thank you in advance
I have a subform (continues form) that display records from a table. i have 4 fields
[item]
[qty]
[price]
[total]
how should i set the default values and where, wether in table or in subform, so i can see the sum of two fields multiplyed.
I have tried
=Nz([Qty])*Nz([Price]) it workes but only for the first row.
and in continues form where i have the unbound textbox it displays the same value for all other records/rows.
I have tried to put it as default value in field in the table, but I get an error.
I would very much appreciate if anyone can help me.
thank you in advance