J
Jeremy Dove
I am having a problem with an IIF statement.
In the field there are 3 different data types ( I , P, R)
I am trying to get the statement to show 2 as aliases and
leave the 3rd out.
Currently it will separate 2 but will make the 3rd the
second.
Here is the code:
SELECT IIf([APPS_PA_COMMITMENT_TXNS]![LINE_TYPE]
='R',"REQUISITIONS","PURCHASE ORDERS") AS TYPE,
Please let me know if you can help.
Thanks
In the field there are 3 different data types ( I , P, R)
I am trying to get the statement to show 2 as aliases and
leave the 3rd out.
Currently it will separate 2 but will make the 3rd the
second.
Here is the code:
SELECT IIf([APPS_PA_COMMITMENT_TXNS]![LINE_TYPE]
='R',"REQUISITIONS","PURCHASE ORDERS") AS TYPE,
Please let me know if you can help.
Thanks