If statement..... Possible Match



Hi,

I'm trying to make two fields that are similar.

I create but it won't give me the result.


FieldA : Baseball
FieldB: Baseb
Possible Match: Yes


FieldA: Football
FieldB: Football
Possible Match: Yes

FieldA: Baseball
FieldB: Football
Possible Match: NO


Please help me if I did the right or not. Your help would be much
appreciated.

Possible Match: IIF([FieldA] like [FieldB],"Yes","NO")

Thanks

.



Relevant Pages