I need to be able to use the same underlying form as a subform on multiple forms. I know that sounds confusing but here is what I mean. Imagine opening up a form, form1 and a subform, subForm1 is displayed there as a subform. Clicking a button on that subform opens up another form, Form2 that also contains a subform, who's undelying source object is also subForm1. I don't know if this makes a difference but Form2 is opened up as a Modal, and both forms (and the subforms contained in them) need to be open at the same time.
I know you can open the same form multiple times using the "As New Form" tecnique but how do you apply it to my situation, i.e with subforms...
Thank you in advance!!!
I know you can open the same form multiple times using the "As New Form" tecnique but how do you apply it to my situation, i.e with subforms...
Thank you in advance!!!