|
-
May 8th, 2007, 12:30 AM
#5
Thread Starter
Member
Re: [RESOLVED] [2005] How to link 2 GUI's??
HI Guys!
I hav another thing i want to ask since i am not able to figure it out myself...
I have to open a new form when the user selects a particular data from a dropdown box and clicks on a button.
Now i can open the new form using the above method which is :
Dim f as New "myformname"
f.show
But my problem is that i have to use the data that was selected by the user in the dropdown box in the previous form. How do i carry that information into the new form. can i store it in some variable and use it in the new form.
Please advise.
Cheers
Abhilash
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|