Ok guys.
I am using MDI

I have a variable containing a string in one form and I need to pass it into another form in order to populate a text field.

Both the forms are already displayed on screen, I have seen some examples of how to pass values but they all seem to create new form instances but in my case both forms are already displayed.

any idea how I do this?