I created an unbound field on my report. I want to have it show:
=IIf([Cond_Cap]=1,"FMC",0)
=IIf([Cond_Cap]=2,"PMC",0)
=IIf([Cond_Cap]=3,"NMC",0)
Is there a way to make this one statement. I can't seem to figure it out and help . . . well it wasn't. There are lot's of posts for the IIf statement but none like this that I saw.
Thanks
Rich
=IIf([Cond_Cap]=1,"FMC",0)
=IIf([Cond_Cap]=2,"PMC",0)
=IIf([Cond_Cap]=3,"NMC",0)
Is there a way to make this one statement. I can't seem to figure it out and help . . . well it wasn't. There are lot's of posts for the IIf statement but none like this that I saw.
Thanks
Rich