Search results

  1. J

    Tabs not cooperating

    Ahhhh...now I get it. Classic example of not being able to see the forest (TabControl) for the trees (pages). :banghead: I found this code in another post(link below) that help me get what I need.Here's the code, with my edit... Private Sub YourTabbedControl_Change() If...
  2. J

    Tabs not cooperating

    hmmm...where is an example of what I have. 'Inventory' is the tab name 'sbfrmInspStorage' is the subform name trying to set focus on 'InspStorageTempYes' check box Private Sub Inventory_Change() sbfrmInspStorage.SetFocus sbfrmInspStorage.Form!InspStorageTempYes.SetFocus End Sub If I...
  3. J

    Tabs not cooperating

    Unfortunately, that didn't work. :banghead:
  4. J

    Tabs not cooperating

    Creating a database in Access 2010. I have a form with 5 tabs, each tab/page has multiple subforms. However, when I click on a tab (any of them), it does not open at the top of the tab/page. It scrolls down to the control last clicked on the previous record For Example, the Operations tab...
Back
Top Bottom