Hello
I try showing result in textbox4,textbox 5 based on the others textboxes after calculation.
example:
when fill textbox1=KW 1,000.00 and textbox3 =5 then will show textbox2 =KW 200.00
at the same time I would show in textbox4=textbox2/textbox1
example : KW 200.00/KW 1,000.00 = 20% but it just show % without number !
as to textbox5 should be textbox5=(textbox1-textbox2)*textbox4
example textbox5=(KW 1,000.00-KW 200.00)*20% =KW 160.00
I hope my requiremnt is clear to slove the problem.
thanks