Greetings, I am at a loss with this and have tried several times with no success.
Using query design in Access I have a field called "New Investor" it could have a value of A or B or C or AB. In another table there if a field called "Previous Investor" This field contains value separated by a ;. Example A;B;B;AB....
I am trying to write an iif statement that says if New Investor is = to Previous Investor than "Y" else "N".
I have tried
Previously Kicked: iif([New Investor]=[Previous Investor],"Y","N")
Previously Kicked: iif([New Investor] like [Previous Investor],"Y","N")
both results return "N".
Using query design in Access I have a field called "New Investor" it could have a value of A or B or C or AB. In another table there if a field called "Previous Investor" This field contains value separated by a ;. Example A;B;B;AB....
I am trying to write an iif statement that says if New Investor is = to Previous Investor than "Y" else "N".
I have tried
Previously Kicked: iif([New Investor]=[Previous Investor],"Y","N")
Previously Kicked: iif([New Investor] like [Previous Investor],"Y","N")
both results return "N".