Hi
Are some way to know property some controls of the parent form when the child is called like modal ?
Example I have 5 forms , Two may be parent others 3 child
form1 = parent
form2= parent
form3,form4, form5 ==> child
Code:' inside form1 form3.show vbmodal 'inside form3 a need to know text of textbox example of Form1(or other control)
Code:' inside form1 form4.show vbmodal 'inside form4 a need to know text of textbox example of Form1 (or other control)How can I to know what Form (parent) is callingCode:' inside form2 form4.show vbmodal 'inside form4 a need to know text of textbox example of Form2 (or other control)
Tia




Reply With Quote
