I am designing an app with multiple forms. I havn't found any good documentation as to how to communicate between forms. My current need is this: I have one form with a button that loads another form. This second form has an OK & a Cancel button on it. I need to know in the parent form which button was clicked. I could set a global variable in form2 but I'm hoping there is a cleaner way of doing this.