G
Guest
I am trying to write an IIF then function that evaluates two fields to
determine what the result should be and I'm having trouble.
Example of what I'm trying to do:
iif([field 1]="R" & [field 2]="3","K",[field 1])
I need field 1 to be R AND field 2 to be 3 in order for "K" to be valid
determine what the result should be and I'm having trouble.
Example of what I'm trying to do:
iif([field 1]="R" & [field 2]="3","K",[field 1])
I need field 1 to be R AND field 2 to be 3 in order for "K" to be valid