I have 2 forms and both forms has four option boxes.
How do i get the result from form1 and add onto form2.
e.g
Form1 - one of the option is a = 5
Now i am in form2, i click onto another option box(let say b =6) and hit the add button. How to add form1's a=5 onto form2's b =6 to show me a 11 using a print command.
Thanks for your help


Reply With Quote