#Error

  • Thread starter Thread starter 123
  • Start date Start date
1

123

Thank you...
Why This error ( #Error) appear when no data in data sheet form... and i'm
using Nz funtion but also display this error for example
=Nz(([Field1]+[Field2]),0)
 
In a calculation each field requires a numeric value to
work otherwise #Err will result.

Try = NZ(field1),0) + NZ(field2,0)

Rgds.
 

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