Replacing Table values

J

jauner

Is there a fairly easy way to loop through the table collections and if a
table has a number field to loop through each row and replace with zero if
null?

It can be multiple fields in the table.
 
D

Douglas J Steele

Why? Null has specific meaning: replacing Nulls with 0 could screw things up
if your users realize what Null means.
 
Top