iluvchairs112 @ Thu Feb 28, 2008 4:34 pm wrote:
I am using Visual Basic Express 2005 (if this helps)
I've created a form with a variable, let's call this variable decPrice, which the user inputs.
On the second form in this project, I'd like the variable decPrice to be shown
However when I've tried this, the problem is that the variable decPrice is "undeclared" on the second form. How do I get it to acknowledge the decPrice from form 1?
Or is there any way that I can basically take user inputted data from one form and output it on the second form in the same project??
Thanks in advance! I really need help ASAP!
Try refering to the other form by its name. Form1.decPrice for example.