M
MDI Anne
In my query I get several values for my EVENT_CODE field. I am only looking
to find the "R" code and the null codes. For the "R" codes I would like to
show a "Y" for yes, and for the null codes I would like to show a "N" for no.
Right now I have this in 2 different columns, but would if possible, like to
have this in 1 column.
Am I remotely close with my expressions? and How do I do this in 1 column?
Expr1: IIf([EVENT_CODE]="R","Y")
Expr2: IIf(Len([EVENT_CODE] & "")=0,"N")
Thanks for any help!
to find the "R" code and the null codes. For the "R" codes I would like to
show a "Y" for yes, and for the null codes I would like to show a "N" for no.
Right now I have this in 2 different columns, but would if possible, like to
have this in 1 column.
Am I remotely close with my expressions? and How do I do this in 1 column?
Expr1: IIf([EVENT_CODE]="R","Y")
Expr2: IIf(Len([EVENT_CODE] & "")=0,"N")
Thanks for any help!