I have a form called "invoice" and a subform called "invoice_detail". In the subform i have a TextBox called "subtotal" that
store the amount for each item of the invoice (is the result of multiply "quantity" by "price_unit". Now, what i want is to
show the total amount of the invoice in other TextBox called "total" but in the Form "invoice". I want to update this field
as i am adding fields into "invoie_detail" subform.
Thank you.
MM
store the amount for each item of the invoice (is the result of multiply "quantity" by "price_unit". Now, what i want is to
show the total amount of the invoice in other TextBox called "total" but in the Form "invoice". I want to update this field
as i am adding fields into "invoie_detail" subform.
Thank you.
MM