Help!
I'm trying to run the following query in MS Access SQL, which I wrote in MS SQL Sever Transact Query Analyzer.
select CASE qd.idiscounttypeid
when 104193 then 'Yes'
when 102441 then 'No'
END as 'Selected', qd.tirecordstatus
from quotedetail qd
It works fine in Query Analyzer, but it doesn't work in Access.
Any help is appreciated!
I'm trying to run the following query in MS Access SQL, which I wrote in MS SQL Sever Transact Query Analyzer.
select CASE qd.idiscounttypeid
when 104193 then 'Yes'
when 102441 then 'No'
END as 'Selected', qd.tirecordstatus
from quotedetail qd
It works fine in Query Analyzer, but it doesn't work in Access.
Any help is appreciated!