G
Gaetanm via AccessMonster.com
I have a data base that some fields that are Null and I would like to fill
those
with N/A
I tried to do an update query but comes back with syntax error can someone
please help.
My table is PARTS, the field is PART# and I want to change all the NULLS in
PART# to N/A
UPDATE Parts
SET Part# = N/A
WHERE Part# is Null;
Thanks
Gaetanm
those
with N/A
I tried to do an update query but comes back with syntax error can someone
please help.
My table is PARTS, the field is PART# and I want to change all the NULLS in
PART# to N/A
UPDATE Parts
SET Part# = N/A
WHERE Part# is Null;
Thanks
Gaetanm