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