My lovely and foresightful organisation has reorganised itself in a way which is most likely entirely aimed at screwing up as much my job as possible. Hence I need to adjust some queries in Access.
We have three teams now where before there was one, all named ABC1, ABC2, etc., with sub-teams like ABC1-1, ABC1-2.
I need a query which would work somewhat like this:
IIF([SalesTeam].
We have three teams now where before there was one, all named ABC1, ABC2, etc., with sub-teams like ABC1-1, ABC1-2.
I need a query which would work somewhat like this:
IIF([SalesTeam].
Code:
IN LIKE ('ABC1*','ABC2*,'ABC3*'), "Yes", "No").
I could do a nested IIF-statement, but this will in turn be part of a nested IIF-statement so it starts to get a bit complicated.
Any help much appreciated...