A
Allen Blevins
I want to replace all "null" values in my table with "N/A".
It looks like you can only update 1 field with a update query, but if you do
a find for "null" and replace it with "N/A" it works just fine.
Is there a solution other than using the Find and Replace? I'm trying to
automate this with a macro.
Thanks
It looks like you can only update 1 field with a update query, but if you do
a find for "null" and replace it with "N/A" it works just fine.
Is there a solution other than using the Find and Replace? I'm trying to
automate this with a macro.
Thanks