I am trying to design a query for a combo box to select all distinct materials in my original table. My original table has Project#, Project Title, Affected Material 1, Affected Material 2, Affected Material 3, and Affected Material 4. I want the users to be able to search for Project# based on the Affected Materials, therefore I need a query that will list all affected materials from AM1, AM2, AM3, and AM4. Once I have the query then I will be able to create the drop down.
Any ideas?
Any ideas?