Hi,
I need something to replace the OR in an IIF statement.
In otherwords, how can I simplify a statement such as
IIF(([state]= 'CA' or [state] = 'NY' or [state] = 'FL'),'big','small'). I suspect there is someway to use the in('CA','NY','FL') function but I haven't figured it out.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.