Results 1 to 6 of 6
  1. #1
    ejbaumann15 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3

    Interdependent Comboboxes

    Hello everyone, I have a question. I am creating a tool list in Access where tools can be checked in and out by employees. I have a table that is the master tool list containing all tools. The table columns are Tool Type (three options: Drill, End Mill, Ball End Mill), supplier, brand, number of flutes, cutting diameter, shank diameter, flute length, and overall length.

    I have a Checkout Tools form containing a combobox that will correspond to each of the above columns. What ive been trying to do is make these comboboxes interdependent. When the form is opened the first time each combobox list contains every option for each catagory with no duplicates. I need the user to be able to change the value for any combobox whether its the first or last and have the rest of the comboboxes lists change depending on the selection. I'm trying to make it so that by the time the user enters the all the information there is only one option left and they can check out that specific tool.



    Is there any way I can do this? Ive been reading about cascading comboboxes but i cant find any examples where there is more than 2 comboboxes, and it seems that you have to input information in a certain order which i cant have.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I don't think what you want is practical. I've worked with this scenario before and it just fails miserably.

    Can have any number of dependent controls but AFAIK, must be hierarchical.
    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.

  3. #3
    ejbaumann15 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3
    So if I made it hierarchical how would I go about that? The information that is most important is the Tool type, Number of Flutes, Cutting Diameter, Shank Diameter, Flute Length, and Overall Length. If I had them input this information in that order is it possible to filter down the lists of the comboboxes?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Maybe, but I don't know your data structure enough to answer that for sure.
    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.

  5. #5
    ejbaumann15 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3
    Hi June, I appreciate the replies. I originally started this project all in Microsoft Excel. I've been working on it for a long time and couldn't figure out this issue in Excel so I moved to Access thinking it might be slightly easier, I was wrong. I finally figured it out on microsoft excel in vba, I can post the code I don't know if you're interested or not but it works exactly how I described above. It's all in vba and I'm sure could be used in Access to, just would have to change around a few things.

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Post the code if you want. Someone else might find it useful.
    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.

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

Similar Threads

  1. Cascading ComboBoxes
    By GAccess in forum Forms
    Replies: 1
    Last Post: 03-06-2012, 05:02 AM
  2. Validation of the comboboxes
    By dr223 in forum Access
    Replies: 1
    Last Post: 01-13-2012, 07:31 AM
  3. Comboboxes go where?
    By PaulCW in forum Database Design
    Replies: 12
    Last Post: 10-04-2011, 02:34 AM
  4. Code for two comboBoxes
    By t_dot in forum Forms
    Replies: 3
    Last Post: 08-24-2010, 10:20 AM
  5. Subform with Comboboxes
    By Angate in forum Forms
    Replies: 5
    Last Post: 04-23-2010, 08:10 PM

Tags for this Thread

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