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.
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.