I have a button that opens two separate forms when clicked. I have them set to pop up, but is it possible to have them pop up in the same window in a tabbed or similar format instead of in two separate windows?
I considered the subform idea, but it would be much more work.
As explained, a form is a window in its own right so the answer is it is not possible.I would like both of those forms to open in one window. Is this possible?
How so? Putting them on an empty main form hardly seems an onerous task.
You can use V-tools to find every reference to them and adjust accordingly.
As explained, a form is a window in its own right so the answer is it is not possible.
The only way is a form with two subforms
Because the user will have about 10 different choices for frmX and 17 different choices for frmY. Wouldn't that mean that I would have to make 170 of them?
formname is not really an issue - to refer to a control in another subform from a subform you would useI am familiar with using setfocus, but unsure how to apply that when the two form names can be different each time depending on user choice.
do you mean the name of the subform control or the name of the subform which is its sourceobject? - it should be the name of the control.FormB is the name of Subform 2.