I was wondering if there is another equivalent IIf function to evaluate more than 2 conditions right in a query
I know that the IIF can return only 2 values. I don't want to use a function to return more than 2 values upon evaluating my conditions.
This is t I am trying to achieve:
IIf(Codition1=1,"Stuff1",elseif condition=2,"Stuff2", else condition=3,"Stuff3"
I assume there will be and else condition
I would greatly appreciate any help
Thank you
I know that the IIF can return only 2 values. I don't want to use a function to return more than 2 values upon evaluating my conditions.
This is t I am trying to achieve:
IIf(Codition1=1,"Stuff1",elseif condition=2,"Stuff2", else condition=3,"Stuff3"

I would greatly appreciate any help
Thank you