M
Michel Lapointe
Hello,
Does anyone know if it's possible in access to replicate this kind of
SQL query?
select CASE CategoryID
WHEN 1 THEN 'Value 1'
WHEN 2 THEN 'Value 2'
ELSE 'Value Not Defined'
END AS DiscountPrice
from categories
Thank
Michel Lapointe
Does anyone know if it's possible in access to replicate this kind of
SQL query?
select CASE CategoryID
WHEN 1 THEN 'Value 1'
WHEN 2 THEN 'Value 2'
ELSE 'Value Not Defined'
END AS DiscountPrice
from categories
Thank
Michel Lapointe