Results 1 to 3 of 3
  1. #1
    MarkV is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Dec 2014
    Posts
    27

    Combo Boxes


    I have 3 Combo Boxes that have the same people in it as a drop down. Say I put first Combo Box as David. Now I want the next two combo boxes to NOT allow the user to put David in any of them. They cant put same person in either CB 2 or 3. Thank You.

  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,870
    It seems that after a selection in combo1 is made, you have to change the rowsource of Combo2
    to not include/remove David

    eg revise the rowsource for cb2 (and cb3 use same code)
    " Select yourName from yourtable where yourname <> '" & me.combo1 "'"

  3. #3
    MarkV is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Dec 2014
    Posts
    27
    Thank You so Much.....

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

Similar Threads

  1. Changing text boxes to combo boxes
    By Lou_Reed in forum Access
    Replies: 8
    Last Post: 09-15-2015, 11:09 AM
  2. Linking Combo boxes and Text boxes
    By Nathan4477 in forum Forms
    Replies: 6
    Last Post: 07-29-2015, 08:50 AM
  3. Replies: 11
    Last Post: 08-06-2014, 09:47 AM
  4. Replies: 9
    Last Post: 06-04-2014, 10:45 AM
  5. Replies: 3
    Last Post: 06-09-2013, 05:35 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