All of us have wanted to do that.



I am developing an application that has a master form. I want to open any of my "mini-forms" based on the value in a master form control. I also want the mini-form to open at a specific location on the main form so the entire thing looks seamless to the user.

The mini-form would take focus until options are selected, then pass it back to the main form. The "subform" would remain open until the user clicked the next button on the main form.

The subforms have a variety of options and labels that allow the user to choose different scales and responses. I will put the result of the option into a responses table field.

Is there a way to tell a form to open at x,y coordinates on top of another form and keep both open?