Using Sum([ColumnFieldName]) should not be affected by Null values. Are you
attempting to sum across fields/columns in a single record? This generally
suggests a non-normalized table structure.
Lookup the NZ function in Help.
Typically the function would take this general expression:
=NZ([myField],0)
where if your field is null then a value of zero becomes the value of the
variable
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.