I have two combo boxes. One is a "Commodity" box where the user selected, for brevity, either commodity a, b, c, or d. They then select from the "Non Conformance" combo what type of error occurred with that commodity during production (1a, 2a, 3a, 1b, 1c, 1d, &c). However, some non conformance errors will occur only to one or two commodities and not to others. For simplicity on the front end, I would like to allow for only certain options to appear when the user selects a certain commodity. For example, only options 1b and 2b will appear in the "Non Conformance" combo box when the user selects Commodity b from the "Commodity" combo box. See the picture below. All help appreciated.