Accessing data from another form

Windsailor

Well-known member
Joined
Aug 2, 2006
Messages
45
Programming Experience
1-3
I can access another forms data by using the My.Forms.Form2 etc. (which has data bound items -DataSet- on the form) from Form3.

But... only if I have two forms open and not three or more (Windows Forms).
If I have Form1 (that has a btn) that opens up Form2 (that has a btn) that opens up Form3... how do I access the data on Form2 from Form3?
 
Back
Top