Chance1234
IS-IT--Management
i am having a nightmare with the following
i have this iif statement in a Access database
IIf([NOOFPROPERTIES]<=1,IIf(IsNull([C]),IIf([A]=, & " " & [D],), & " " & [C]),IIf([A]=, & " " & [D],)) AS [Desc]
which im trying to convert over onto a oracle database and cant seem to get the syntax right using DECODE,
any help appreciated.
Filmmaker, gentleman and pearls before swine fan
i have this iif statement in a Access database
IIf([NOOFPROPERTIES]<=1,IIf(IsNull([C]),IIf([A]=, & " " & [D],), & " " & [C]),IIf([A]=, & " " & [D],)) AS [Desc]
which im trying to convert over onto a oracle database and cant seem to get the syntax right using DECODE,
any help appreciated.
Filmmaker, gentleman and pearls before swine fan