Hiding a subform

K

kronar

I need to hide a subform until user clicks on the 'Time' page, then hide it again when user clicks on any other page. I can't seem to get the set 'formname'.visible = false to work.
 
K

Ken Snell

Refer to the subform by the name of the subform control that holds the
subform:

Me.SubformControlName.Visible = False

--

Ken Snell
<MS ACCESS MVP>

kronar said:
I need to hide a subform until user clicks on the 'Time' page, then hide
it again when user clicks on any other page. I can't seem to get the set
'formname'.visible = false to work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top