X
XP
I have the following formula in the Control Source of a report; the problem
is rather than "No Changes", it displays Error when this evaluates to true:
=IIf([RCD_NW]="Y","New Position",IIf([RCD_NW]="N","Change to Existing","No
Changes"))
Can some one please help me out with this? How can I get the third message
to display when RCD_NW is neither "Y" nor "N"?
Thanks in advance.
is rather than "No Changes", it displays Error when this evaluates to true:
=IIf([RCD_NW]="Y","New Position",IIf([RCD_NW]="N","Change to Existing","No
Changes"))
Can some one please help me out with this? How can I get the third message
to display when RCD_NW is neither "Y" nor "N"?
Thanks in advance.