I have a field called month in a table with values from 1-12. In my query I want a calculated field that shows the name of the month instead of number, i.e if field month is 5 then the calculated field is "May". I think I can do it for two months (if month = 1 then "January" or else "February"
but how can I have more than one condition so that I can continue with the rest of the months?