Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    ModID is meaningless with the ValueList structure. It is just another item in the row list, it is not a hidden column.

    Fix the Lookup in table field and also in the listbox. This means remove the ModID item and the empty rows or use a table as RowSource.

    Then should not need the -1 calc. However, even before my edits the correct page is not opening. I don't know how this can be working properly for you, the file I downloaded is not.

    Set the Multi-Value property of listbox.

    Include code: Me.TabCtl1.Visible = True

    Consider this version of code that will turn pages on and off.
    For i = 0 To Me.Modifications_3.ListCount - 1
    Me.TabCtl1.Pages(i).Visible = Me.Modifications_3.Selected(i)
    Next


    Me.TabCtl1.Visible = True
    Last edited by June7; 10-09-2012 at 11:09 PM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    themidnitereign is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    11
    It worked!!!! Thank you so much!

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Option Control to hide/show page tabs
    By tandridge in forum Forms
    Replies: 3
    Last Post: 12-08-2011, 10:15 AM
  2. How too use check boxes and option buttons
    By newtoAccess in forum Forms
    Replies: 0
    Last Post: 12-03-2010, 04:41 PM
  3. Option buttons
    By chazcoral2 in forum Forms
    Replies: 11
    Last Post: 09-13-2010, 07:53 AM
  4. option group radio buttons
    By ManC in forum Forms
    Replies: 9
    Last Post: 03-08-2010, 03:46 AM
  5. VBA Code in Access w/ option buttons
    By WebKiid in forum Access
    Replies: 1
    Last Post: 07-16-2009, 12:20 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