Hello
I need some help with an expression for a field. I have a “RiskReg” table with a “probability” field (input options are L/ML/MH/H), an “impact” field (input options are also L/ML/MH/H) and “RiskRate” field. I need access to calculate the “RiskRate” field for me depending on the results of the “probability” & “impact” fields. I have the following “RiskRAG” table in access to lookup the right scores:
RiskRAG
field Prob L Prob ML Prob MH Prob H
impact H 4 8 12 16
impact MH 3 6 9 12
impact ML 2 4 6 8
impact L 1 2 3 4
What do I put in the “RiskRate” field to be able to look up this table? Im thing a vlookup & hlookup on the “RiskRAG” table but don’t know how
Many thanks
I need some help with an expression for a field. I have a “RiskReg” table with a “probability” field (input options are L/ML/MH/H), an “impact” field (input options are also L/ML/MH/H) and “RiskRate” field. I need access to calculate the “RiskRate” field for me depending on the results of the “probability” & “impact” fields. I have the following “RiskRAG” table in access to lookup the right scores:
RiskRAG
field Prob L Prob ML Prob MH Prob H
impact H 4 8 12 16
impact MH 3 6 9 12
impact ML 2 4 6 8
impact L 1 2 3 4
What do I put in the “RiskRate” field to be able to look up this table? Im thing a vlookup & hlookup on the “RiskRAG” table but don’t know how
Many thanks