Form - Subform visible, new record

J

jokobe

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

L. R. Hurtado

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
 
Top