Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When the main form opens the "on-open" makes all subforms Not-Visible.

When the user completes a subform and clicks a label on that subform I need it to make the next subform visible. I know I can make them open from the main form but this will not work for us.

So, this code works from the main form but how can I make it work from within each subform:

Me![f_SubReviewer].Visible = _
Not Me![f_SubReviewer].Visible
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.