So I have a main form that has buttons in order to go to the other forms that are mainly complements of this one (pretty much like a database, but without using Access or other software like it).
And what I want to do is basically save all the information on the txtbox´s I have on the other form to be able to manage it within that form and after I had done everything with it, save everything with the Main Form (code already done through Import-Export).
To be more clear imagine a store where you have a form for Clients and other for Products and another Main where this 2 merge and where you save the all information on both.