J
jo
Hi,all
I have a main form called” MainLayout” and I am trying to fit 2 subforms on
one tab of a tab control, the tab is called “TabForm” one of the subforms is
called “CMP” the other one is called “TK” the TK subform is situated
beneath the “CMP” subform but needs to react as if it was nested in the
“CMP” subform.
When I have experimented with a main form and two subforms I used a text
box in the header of the main form named “link” and in the above example
used the following code within the current event of the” CMP” form
arent.link =me.CpID and in the TK subform configured the Linkmaster as
“Link” and the link child as CPID.
However I need some advice in how I restructure the above so I can get my
subforms to work within a tab environment
I have a main form called” MainLayout” and I am trying to fit 2 subforms on
one tab of a tab control, the tab is called “TabForm” one of the subforms is
called “CMP” the other one is called “TK” the TK subform is situated
beneath the “CMP” subform but needs to react as if it was nested in the
“CMP” subform.
When I have experimented with a main form and two subforms I used a text
box in the header of the main form named “link” and in the above example
used the following code within the current event of the” CMP” form
arent.link =me.CpID and in the TK subform configured the Linkmaster as
“Link” and the link child as CPID.
However I need some advice in how I restructure the above so I can get my
subforms to work within a tab environment