C
Craig
I have a filed called "status" and it can be A or I or P.
I want a report that looks like this:
Active Inactive Purge Name
A Joe
I Sue
A Bill
P Paul
So I need to have a label that shows in each column based on the contents of
"status"
In expression builder I have tried the following but I get an error:
=IIf([clientstatus]="A","A"," ") -- I put this under column Active
=IIf([clientstatus]="I","I"," ") -- I put this under column Inactive
=IIf([clientstatus]="P","P"," ") -- I put this under column purge
What am I doing wrong?
Thanks,
Craig
I want a report that looks like this:
Active Inactive Purge Name
A Joe
I Sue
A Bill
P Paul
So I need to have a label that shows in each column based on the contents of
"status"
In expression builder I have tried the following but I get an error:
=IIf([clientstatus]="A","A"," ") -- I put this under column Active
=IIf([clientstatus]="I","I"," ") -- I put this under column Inactive
=IIf([clientstatus]="P","P"," ") -- I put this under column purge
What am I doing wrong?
Thanks,
Craig