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

    3 combo boxes with same Names of Engineers

    All 3 combo boxes have the same table of names. I have LeadEng1 in one combo box, BackUpEng1 in second combo box, and BackUpEng2 in third combo box.
    How can I say if the user clicks on the name MARK in LeadEng1 that it cannot be entered into the other two combo boxes? No names can be the same.
    Thank You
    Mark

  2. #2
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,929
    something like this in the 2nd combobox on enter event

    me.combo2.rowsource="SELECT ID, Name FROM myTable WHERE ID<>" & combo1

    sure you can work out the third

  3. #3
    MarkV is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Dec 2014
    Posts
    27
    Thank YOU so much, I will try it

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: 5
    Last Post: 05-13-2014, 10:48 AM

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