I have a form with 3 Text boxes.
When I am adding a new purchase, I am filling
in textbox1 the quantity, in textbox2
the price per unit.
After having filled textbox2, I would like to see the total of (textbox1*
textbox2) without having to use a query
I have tried with Event afterupdate textbox2
but it doesn't work
Thanks
Daniel
When I am adding a new purchase, I am filling
in textbox1 the quantity, in textbox2
the price per unit.
After having filled textbox2, I would like to see the total of (textbox1*
textbox2) without having to use a query
I have tried with Event afterupdate textbox2
but it doesn't work
Thanks
Daniel