URGENT!! i need to change a variable in a module from a form
Author |
Message |
project d
|
Posted: Mon Jun 04, 2007 7:26 pm Post subject: URGENT!! i need to change a variable in a module from a form |
|
|
what i want to do is open a form (form A) by clicking on a button on form B. information is entered in form A .. what i want to do is have form A know that it was opened by form B as opposed to some other form. form A can be accessed by other forms thats why it must know what form to send its information to
ALL HELP IS APPRECIATED ! thanks |
|
|
|
|
|
Sponsor Sponsor
|
|
|
cool dude
|
Posted: Tue Jun 05, 2007 8:10 pm Post subject: Re: URGENT!! i need to change a variable in a module from a form |
|
|
huh? lol. try and be more clearer. anyhow once a button is pressed on form B to show form A you can just type form_B.Show
To be able to share information from form to form you need to make a module. |
|
|
|
|
|
|
|