theservant
Programmer
i have a problem calculating textboxes.
Let say that I have 3 textboxes: txtval1, txtval2 and txtval3
then I have a textbox that contains a formula called txtFormula and one called txtresult
is there a way that I can calculate whatever formule is placed in txtformula and have the result show in txtresult? I have tried scriptcontrol1.eval, but as soon as I link it to a textbox it gives me the text and not the result
Please help
Let say that I have 3 textboxes: txtval1, txtval2 and txtval3
then I have a textbox that contains a formula called txtFormula and one called txtresult
is there a way that I can calculate whatever formule is placed in txtformula and have the result show in txtresult? I have tried scriptcontrol1.eval, but as soon as I link it to a textbox it gives me the text and not the result
Please help