B
bruch04
Can anyone see what's wrong with the following expression, entered in
the first row of my query?
Expr 1: IIf([DVTPE]=1,"DVT",IIf([DVTPE]=2,"PE",""))
Unfortunately, there is a third option, "None", which has a value of
"3" on the form, so I can't do a basic if statement; it has to be
nested.
For the life of me I can't see what's wrong with the formula. I'm
getting "#Error" when I run the query.
Thanks.
the first row of my query?
Expr 1: IIf([DVTPE]=1,"DVT",IIf([DVTPE]=2,"PE",""))
Unfortunately, there is a third option, "None", which has a value of
"3" on the form, so I can't do a basic if statement; it has to be
nested.
For the life of me I can't see what's wrong with the formula. I'm
getting "#Error" when I run the query.
Thanks.