Is it possible to link an object from one form to another object in a different form? If so, how?
Ex: Can clicking a command button on Form2 affect the text property on a text box, or add to a list in Form1?
Printable View
Is it possible to link an object from one form to another object in a different form? If so, how?
Ex: Can clicking a command button on Form2 affect the text property on a text box, or add to a list in Form1?
yes it can..
Hope that meant something to you!Code:frmName.frmObject.frmProperty
yes it is possible to link aobject from one form to another
go to form2 command click
form1.list1.additem "sdsdj"
form1.text1.text="kjk"
form1.show
i hope what you expected.
if your doubt is cleared mail to me..