Recent content by fresnel4

  1. F

    Hiding a subform in a tab based on a list selection

    I was absolutely overthinking. I actually had to use Me.sub_FormTest.Form.Visible = False But I was thinking I had to refer to the TAB CONTROL first which was giving me fits. Thank you for the help!
  2. F

    Hiding a subform in a tab based on a list selection

    I’m actually trying to hide a sub form on a tab. I could hide a tab but there’s multiple forms on a single tab, so I’m trying to only show the appropriate sub form on the tab based on the user’s program (specified in the list box). I hope that clears it up
  3. F

    Hiding a subform in a tab based on a list selection

    After many attempts I am finally needing help with this... I have a mainform with a listbox of names and what program they belong to. I also have a tab control with multiple tabs. On one of my tabs (Program) I have 2 subforms, one for people assigned to program "A" and one for who is assigned...
Top Bottom