Search results

  1. S

    Click on submenu and active tabs

    I am trying to activate and hide tabs but my code is not working...can someone assist? The following is the code written: Private Sub frmtab_Change() Select Case Me.frmtab.Value Case 0 For j = 0 To subTab.Pages.Count - 1 If Left(subTab.Pages(j).Name, 2)...
  2. S

    Solved Load table information unto 12 tabs when a combo box item is selected

    I am trying to create a form based on the tab control. I have 12 tabs, each with various controls and I am trying to filter these tabs using a combo box. For example "When I click on the combo box and select " A person" I want the tabs to be filled with the associative information. I have tried...
  3. S

    Solved The expression after update you entered as the event property setting produced the following error:

    The following is my code and I am having problems in making my Menu expand from 9 buttons items to 12. I am getting a "The expression after update you entered as the event property setting produced the following error:" It's a issues that arises when I click on my menu buttons. To whom ever...
  4. S

    Hey everybody

    Hey everybody! Nice to be in this community.
Top Bottom