Results 1 to 2 of 2
  1. #1
    geraldk is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    49

    TAB in forms

    Hello,



    Having some issues with TABS in forms.

    I have three tabs

    1 = Training
    2 = Education
    3 = Certifications

    When an user select a tab it calls: Private Sub tabMatrix_Change()

    then it will look at the tab number:

    If Me.tabMatrix.Pages.Count = 1 Then
    then I have that tab to run a query
    ElseIf Me.tabmatrix.Pages.Count = 2 then
    then I have this tab to run a query also
    ElseIf Me.tabmatrix.Pages.Count =3 then
    anotehr query
    EndIF

    When I click on different tabs it stuck on value for Page Count of 3. Not sure it's not changing the value.

    Any help would be appreciated.

    Thank you in advance.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Multiple forms or embedded sub-forms
    By Juicejam in forum Forms
    Replies: 2
    Last Post: 08-23-2011, 07:31 AM
  2. Replies: 1
    Last Post: 01-04-2011, 05:04 AM
  3. Search forms and sub forms
    By FadingAPE in forum Forms
    Replies: 1
    Last Post: 12-15-2010, 01:59 PM
  4. Replies: 4
    Last Post: 04-01-2009, 08:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums