How can i update two rows with one query in ms access...
I tested manny codes but noone worked for me...
UPDATE tblSecondProductItems
SET secondProductItemLot = CASE
when secondProductItemCode = '616161911659' then 20
when secondProductItemCode = '611611965166' then 21
end
where secondProductItemCode in('616161911659','611611965166')