MS Access: How to replace blank (null ) values with 0 for all records?
- by rick
MS Access: How to replace blank (null ) values with 0 for all records?
I guess it has to be done using SQL. I can use Find and Replace to replace 0 with blank, but not the other way around (won't "find" a blank, even if I enter [Ctrl-Spacebar] which inserts a space.
So I guess I need to do SQL where I find null values for MyField, then replace all of them with 0.
Any help is greatly appreciated.
Thanks,
The Find & Replace guy.