MS Access: How to replace blank (null ) values with 0 for all records?

Posted by rick on Stack Overflow See other posts from Stack Overflow or by rick
Published on 2009-12-29T21:44:48Z Indexed on 2010/04/27 4:43 UTC
Read the original article Hit count: 168

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about sql

Related posts about null