G
Guest
Trying to display the results of a numberic field which can have either a 1,
2, 3 entered from option group. Value can also be null. I have tried the
statement:
=IIf([BM1G2Attained]=1,"Yes",IIf([BM1G1Attained]=2,"No",IIf([BM1G1Attained]=3,"In Progress","Not Entered")))
But it will not evaluate 3 correctly - it passes to the false part of the
IIf, displaying "Not entered".
How can I write a statement for text box on a report changing a fields value
of 1, 2, or 3 into text?
2, 3 entered from option group. Value can also be null. I have tried the
statement:
=IIf([BM1G2Attained]=1,"Yes",IIf([BM1G1Attained]=2,"No",IIf([BM1G1Attained]=3,"In Progress","Not Entered")))
But it will not evaluate 3 correctly - it passes to the false part of the
IIf, displaying "Not entered".
How can I write a statement for text box on a report changing a fields value
of 1, 2, or 3 into text?