Hey!
I have a form that looks like this:
TEXTBOX1 | TEXTBOX2 | TEXTBOX3 | TEXTBOX4
Each textbox is bound to a table column in a table called: Volume_tbl
I want to store all inputs made by the user.
But now i want to add calculations.... dont know how tho.
I want to take TEXTBOX1 + TEXTBOX2 - TEXTBOX3 = TEXTBOX4
Textbox4 is not an input field for the user, it is disabled. But i want the calculated result from the users input in textbox 1-3 to be saved also.
I have a form that looks like this:
TEXTBOX1 | TEXTBOX2 | TEXTBOX3 | TEXTBOX4
Each textbox is bound to a table column in a table called: Volume_tbl
I want to store all inputs made by the user.
But now i want to add calculations.... dont know how tho.
I want to take TEXTBOX1 + TEXTBOX2 - TEXTBOX3 = TEXTBOX4
Textbox4 is not an input field for the user, it is disabled. But i want the calculated result from the users input in textbox 1-3 to be saved also.