I
Ican Modjo
Hi,
I need to update a field (AR13) in an access table, if they matched
certain criteria (CASE and AR001A Fields). Specifically I want to
update something such as:
Update Table.X
IF CASE=137103301 AND AR001A=1 THEN AR13=2;
IF CASE=137103301 AND AR001A=2 THEN AR13=2;
IF CASE=321914107 AND AR001A=7 THEN AR13=4;
Any help would be greatly appreciated.
Thanks
I need to update a field (AR13) in an access table, if they matched
certain criteria (CASE and AR001A Fields). Specifically I want to
update something such as:
Update Table.X
IF CASE=137103301 AND AR001A=1 THEN AR13=2;
IF CASE=137103301 AND AR001A=2 THEN AR13=2;
IF CASE=321914107 AND AR001A=7 THEN AR13=4;
Any help would be greatly appreciated.
Thanks