O
Oscar
I am trying to convert some SQL Server queries to have them working with a
MS Access database and use ADO.
I am not able to find an Access equivalent for the SQL Server Construct :
ColumnName = CASE WHEN EXIST (.....) THEN 1 ELSE 0 END
The compiler fires an error : 'syntax error query expression for such
queries.'
Is there an Access equivalent for these kind of queries?
MS Access database and use ADO.
I am not able to find an Access equivalent for the SQL Server Construct :
ColumnName = CASE WHEN EXIST (.....) THEN 1 ELSE 0 END
The compiler fires an error : 'syntax error query expression for such
queries.'
Is there an Access equivalent for these kind of queries?