G
Guest
hi,
i want to use an SQL query using VBA. how I will use the quotes?
eg. SQL="SELECT IIF([OK]>10, "GOOD","BAD") AS RESULT, NAME FROM USERS"
The quotes in the iif statement return me an error(too few parameters). How
I will fix it?
i want to use an SQL query using VBA. how I will use the quotes?
eg. SQL="SELECT IIF([OK]>10, "GOOD","BAD") AS RESULT, NAME FROM USERS"
The quotes in the iif statement return me an error(too few parameters). How
I will fix it?