Hi everyone, I am new here. I have to use Access to input data for my internship. It is not an IT internship, so knowing how to use Access wasn't a requirement. I do know some coding but I'm pretty rusty.
My question is I am using a combo box for a couple columns. The first one consists of " ";"None - 0";"Low - 1";"Moderate - 2";"High - 3";"Extreme - 4" and the second one is " ";"None - 0";"Low - 1 (0-20%)";2;"High - 3 (40-60%)";"Very High - 4 (60-80%)";"Extreme - 5 (80-100%)". I want to be able to multiply the numbers in these together to create a new column of the product. However, as you know this calculated field doesn't work if you have anything other than a number in the drop down choice. I want to have the words such as none, low, moderate, etc. in there as well though. Is there a way to assign just a number to each choice so that when you choose the option you can see the entire string (ex. "Low - 1") but then on the back end it multiplies the number I assign to it (ex. 1) to get a final product?
I hope this makes sense. Thank you very much in advance for your help!
-H.W.