K
kkulakow via AccessMonster.com
Hello, I am trying to create an IIF statement to test if the first character
in a field is a 1,2,8 or 9.
Something like the following:
IIf(Left([possible_SO_match],1)="1 or 2 or 8 or 9",[Possible_SO_Match],"No
Match")
Is there a way to create it without going to a 4 level nested IIF statement?
Thanks,
Kerry
in a field is a 1,2,8 or 9.
Something like the following:
IIf(Left([possible_SO_match],1)="1 or 2 or 8 or 9",[Possible_SO_Match],"No
Match")
Is there a way to create it without going to a 4 level nested IIF statement?
Thanks,
Kerry