Can someone give me some help here? I have a MDI app. and I can't find the way to access the parent form to retrieve a value (Public variable). I can access the "MDIParent" with all it's properties and methods, but not a local variable. How can you get values stored on the parent from the child forms? Thanks in advance.