I have a form opening including two subforms. When opening the masterform,
the two subforms are invisible. I need to show the subform for a new record
with a button click. Any helpful hint?
jokobe
L. R. Hurtado - 03 May 2005 21:41 GMT
use this:
subformname.visible = true
after the event you desire for making the subform visible have ocurred. Use
it for both subforms depending on the way the events come up.
Good luck
> I have a form opening including two subforms. When opening the masterform,
> the two subforms are invisible. I need to show the subform for a new record
> with a button click. Any helpful hint?
>
> jokobe