mikereid1977
New member
- Local time
- Today, 11:30
- Joined
- Mar 8, 2019
- Messages
- 3
Hi all
I have a form with two combo boxes that are used to populate Consequence and Likelihood within table RiskAssessment. I have added a calculated field to the same table called ConsLikeliCombo that combines Consequence and Likelihood.
e.g.
Consequence possible values in combo box:
C1
C2
C3
C4
C5
Likelihhod possible values in combo box:
L1
L2
L3
L4
L5
ConsLikeliCombo is a calculated field based on Consequence and Likelihood:
e.g.
C1L1
C1L2
C1L3
etc
What I want to do is create a text box that will lookup the ConsLikeliCombo value into a separate table called RiskLookup and return the Risk value from this RiskLookup table.
RiskLookup table looks like:
ConsLikeliCombo Risk
C1L1 RL1
C1L2 RL1
C1L3 RL1
C1L4 RL2
C1L5 RL2
etc etc
Then I want to bind this Risk value to field OverallRisk, which is held within my RiskAssessment table.
I thought this was going to be simple but it's driving me crazy.
Can anyone assist?
I have a form with two combo boxes that are used to populate Consequence and Likelihood within table RiskAssessment. I have added a calculated field to the same table called ConsLikeliCombo that combines Consequence and Likelihood.
e.g.
Consequence possible values in combo box:
C1
C2
C3
C4
C5
Likelihhod possible values in combo box:
L1
L2
L3
L4
L5
ConsLikeliCombo is a calculated field based on Consequence and Likelihood:
e.g.
C1L1
C1L2
C1L3
etc
What I want to do is create a text box that will lookup the ConsLikeliCombo value into a separate table called RiskLookup and return the Risk value from this RiskLookup table.
RiskLookup table looks like:
ConsLikeliCombo Risk
C1L1 RL1
C1L2 RL1
C1L3 RL1
C1L4 RL2
C1L5 RL2
etc etc
Then I want to bind this Risk value to field OverallRisk, which is held within my RiskAssessment table.
I thought this was going to be simple but it's driving me crazy.
Can anyone assist?