Form - Subform visible, new record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top