rpadminserver
Board Regular
- Joined
- Nov 7, 2007
- Messages
- 111
- Office Version
- 365
Hello Friends.
I'm trying to put a IIF statement in my access SQL
Here is the statement
select a.id,a.mfr
iif(a.mfr !=(select alias from propermfr),"CHECK MFR",0)as REASON
from test4a a
I keep getting "Could not add the table propermfr"
Help please
I'm trying to put a IIF statement in my access SQL
Here is the statement
select a.id,a.mfr
iif(a.mfr !=(select alias from propermfr),"CHECK MFR",0)as REASON
from test4a a
I keep getting "Could not add the table propermfr"
Help please