I changed it to table name but still. It only takes one more value. I need
to add more.
Thank you very much.
I would not expect that you would need any table or query name:
=sum(Nz([value1],0)+Nz([value3],0)+Nz([value4],0)+Nz([value5],0)
+Nz([value6],0)+Nz([value7],0)+Nz([value2],0))
Adding values across sometimes suggests un-normalized tables.

Signature
Duane Hookom
MS Access MVP
--
>I changed it to table name but still. It only takes one more value. I
>need
[quoted text clipped - 9 lines]
>>> an error. My report doesn't run.
>>> Thank you.
qkimchi - 30 Oct 2005 05:41 GMT
Yepeee!! It works!! Thank you so much..
>I would not expect that you would need any table or query name:
>=sum(Nz([value1],0)+Nz([value3],0)+Nz([value4],0)+Nz([value5],0)
[quoted text clipped - 6 lines]
>>>> an error. My report doesn't run.
>>>> Thank you.