I'm stuck, i have a rather long iff statement and i can get part of it to work with only two conditions: I understand the logic of it iif(test,True,False)
what i need is the iff statement to check a [statefield] for 10 possible matching states, ie.
WhatToDo: IIf([statefield]="AL" Or [statefield]="AR"Or [statefield]="AZ" "Care needed","No care needed")
if there a better way? help, using 2010
what i need is the iff statement to check a [statefield] for 10 possible matching states, ie.
WhatToDo: IIf([statefield]="AL" Or [statefield]="AR"Or [statefield]="AZ" "Care needed","No care needed")
if there a better way? help, using 2010