Hello Excel Gurus,
For backround, I have an excel table that lists Mitigations related to a risk Item and it is as follows:
I designed a userform that allows users to update Risk Mitigations Records. This userform has a textbox for "Risk No." that is inherited from a different userform. The problem I am having is that I would like my combo box to display mitigation number based on what the risk number is.
For example, if the userform textbox for risk no is "1001", my mitigation no. combobox should give a list option of 1, 2, and 3. If the risk no. is "1002", it should give a list option of 1 and 2. I'm stuck and I can't seem to find a way to make this work.
For backround, I have an excel table that lists Mitigations related to a risk Item and it is as follows:
Risk No. | Mitigation No. |
1001 | 1 |
1001 | 2 |
1001 | 3 |
1002 | 1 |
1002 | 2 |
1003 | 1 |
1004 | 1 |
1004 | 2 |
1004 | 3 |
1004 | 4 |
I designed a userform that allows users to update Risk Mitigations Records. This userform has a textbox for "Risk No." that is inherited from a different userform. The problem I am having is that I would like my combo box to display mitigation number based on what the risk number is.
For example, if the userform textbox for risk no is "1001", my mitigation no. combobox should give a list option of 1, 2, and 3. If the risk no. is "1002", it should give a list option of 1 and 2. I'm stuck and I can't seem to find a way to make this work.