hey guys hope i ll get help from you experts because im not able to solve this.
i want to build a form that will allow the user to set his own mathematical fomula, name it and save it.
when needed, the user will chose ,from a combo box ,the name of the formula he set before and the result will be based on this formula.
to make it clearer.
if the user have variables A, B and C and Z as result.
suppose he set up the formula
alpha= 2A+B-C
beta=3a*B/C
in the combo box, if he choses alpha from the list, the result should be based on the formula he set up.
if A =2 B=1 and C=1
when chosin alpha from combo box
Z will be calculated as
2*2+1-1
2*A+B-C
i hope i am clear.
thank you for ur help again.
i want to build a form that will allow the user to set his own mathematical fomula, name it and save it.
when needed, the user will chose ,from a combo box ,the name of the formula he set before and the result will be based on this formula.
to make it clearer.
if the user have variables A, B and C and Z as result.
suppose he set up the formula
alpha= 2A+B-C
beta=3a*B/C
in the combo box, if he choses alpha from the list, the result should be based on the formula he set up.
if A =2 B=1 and C=1
when chosin alpha from combo box
Z will be calculated as
2*2+1-1
2*A+B-C
i hope i am clear.
thank you for ur help again.