J
Joshua6007
Is there a function in Access that I can use in my queries to map values to
other values. (Oracle's decode) In other words, if I have a table with
payment frequency that contains 12 (monthly), 4(quarterly), I would like to
translate those values to some factor, like 12 corresponds to 0.5, while 4
corresponds to 2 which is then multiplied with another field. How would I do
this in my query?
other values. (Oracle's decode) In other words, if I have a table with
payment frequency that contains 12 (monthly), 4(quarterly), I would like to
translate those values to some factor, like 12 corresponds to 0.5, while 4
corresponds to 2 which is then multiplied with another field. How would I do
this in my query?