Hi folks!
I have a textbox that gets the result of a subtotal calculation and I want another text box get the result of the first textbox plus the tax, but besides that, I want that result to be stored in the Total field of that form's underlying table. How can I do this?
Maybe a solution to this is by triggering this action when an event happens, so I think that the perfect event to do this is when the formula in the control source property of the subtotal textbox is executed, but I don't know what is the name of that event and which object it applies. Thank you
I have a textbox that gets the result of a subtotal calculation and I want another text box get the result of the first textbox plus the tax, but besides that, I want that result to be stored in the Total field of that form's underlying table. How can I do this?
Maybe a solution to this is by triggering this action when an event happens, so I think that the perfect event to do this is when the formula in the control source property of the subtotal textbox is executed, but I don't know what is the name of that event and which object it applies. Thank you