I would like to create a calculated field in a table that would return a value based on values in two other fields which have a drop down to enter values. As an example,
Field 1 has a drop down from which I can select the frequency level values, the list has Frequent, Probable etc.
Field 2 has a drop down from which I can select the severity values, the list has Insignificant, marginal, catastrophic etc.
Now, if for my first entry, if I select a frequency of 'Frequent' and a Severity of 'Insignificant' I want the field 3 to display 'Undesirable'. For other values of Frequent+ any value from field 2, I want field 3 to show 'Intolerable'. Similarly there are other values for probable and so on. I have tried using the IIf function but I am not getting the right logical value.
Note: The drop down for fields 1 and 2 come from a look up from another table.