Replacing Table values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Why? Null has specific meaning: replacing Nulls with 0 could screw things up
if your users realize what Null means.
 
Back
Top