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.