I have another condition I would like to check for...
Status: IIf([Mresults] Like "*meets*","Pass",IIf([Mresults] Like "*fail*","Fail",Null)) (this is what I'm currently using and working)
IIf([Mlink] Is Null,"No") (I would like to add this to the above)
So that it would check for this too. Can't seem to get to work.
Yes, to replace the status. I guess it would be first. If Mlink is null, then status is null. Then the rest of the code wouldn't matter.
So, yes first.