Replacing Table values

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.
 
D

Douglas J Steele

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top