how to deal with null values in calculations in forms

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

Guest

i have some values to be added in a form but if one of the values is null the
"add" operation is not done at all even if the rest of the values are
available
 
maro said:
i have some values to be added in a form but if one of the values is
null the "add" operation is not done at all even if the rest of the
values are available

Nz() can be used to replace Null values with zero.
 
Use the HELP function to look up - IsNull and the Nz function
 

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

Back
Top