M
max
I have a form and 5 textbox bounded to a table, called Listing; this table
contains many records; every textbox bounds to a different column and show
some price (price1, price2, ...price5). I add, update and display the
records just using the binding navigator.
Then I need another textbox that must show the sum of all the 5 prices. This
'total' field must then be written in a column, called Total, inside the
same table. Obviously I want this value comes automatically, so when I go
through records I could see the total displayed for each one.
Can anybody help me on how to achieve this?
Thanks.
Max
contains many records; every textbox bounds to a different column and show
some price (price1, price2, ...price5). I add, update and display the
records just using the binding navigator.
Then I need another textbox that must show the sum of all the 5 prices. This
'total' field must then be written in a column, called Total, inside the
same table. Obviously I want this value comes automatically, so when I go
through records I could see the total displayed for each one.
Can anybody help me on how to achieve this?
Thanks.
Max