I am currently working on a project that was previously started by another individual. I am working in the form and trying to change to the code for the form but I am not sure what to change. As of right now in the form there is a combo box where you can choose from a list of systems, which is linked to a list box with parts that you can choose. Whenever you change the system in the combo box it changes the list box to the parts that go with that system. But I have recently discovered that I need to have all of the parts showing in the list box at once so I deleted the combo box. All of the parts now show up in the list box but when I select parts from all different systems it still only sends the parts from the first system because I believe that it is still linked to the combo box which is initially set to the first system. I am not sure what to change. It might have something to do with the code of the button that sends the selected parts to the report. I can upload my code if need be