J Jamie Nov 4, 2003 #1 I would like to open different forms in one sub-form on my page. Is this possible? Thanks in Advance Jamie
I would like to open different forms in one sub-form on my page. Is this possible? Thanks in Advance Jamie
A Allen Browne Nov 4, 2003 #2 Set the SourceObject of the subform control. Assuming a subform control named frmGeneric, into which you want to load a form named "MyForm": Me.frmGeneric.SourceObject = "MyForm"
Set the SourceObject of the subform control. Assuming a subform control named frmGeneric, into which you want to load a form named "MyForm": Me.frmGeneric.SourceObject = "MyForm"
J Jamie Nov 4, 2003 #3 Thank You -----Original Message----- Set the SourceObject of the subform control. Assuming a subform control named frmGeneric, into which you want to load a form named "MyForm": Me.frmGeneric.SourceObject = "MyForm" -- Allen Browne - Microsoft MVP. Perth, Western Australia. Reply to group, rather than allenbrowne at mvps dot org. . Click to expand...
Thank You -----Original Message----- Set the SourceObject of the subform control. Assuming a subform control named frmGeneric, into which you want to load a form named "MyForm": Me.frmGeneric.SourceObject = "MyForm" -- Allen Browne - Microsoft MVP. Perth, Western Australia. Reply to group, rather than allenbrowne at mvps dot org. . Click to expand...