bradmaunsell
Programmer
I have a graphing routine that runs fine in Access. I moved code to MS WORD and find the SQL statement breaks. The problem appears to be that the IIF within the SQL SELECT statement will not work.
For Example: SELECT CalNum, IIF(Month=5,1,0) AS Cmp FROM Calls
Anybody have any feedback on the use of IIF within an SQL SELECT statement.
Thanks,
Brad
For Example: SELECT CalNum, IIF(Month=5,1,0) AS Cmp FROM Calls
Anybody have any feedback on the use of IIF within an SQL SELECT statement.
Thanks,
Brad