Ramnik
Registered User.
- Local time
- Today, 23:55
- Joined
- Jul 12, 2012
- Messages
- 145
Hello everyone,
I have a query in which i use Nz function to convert null to 0 .
But further i need this value in another query as a number so I use it as
CInt(Nz(Sum([QtyReceived]),0))
group by expression
Is it correct.????
Upto some point it worked well and still working in many queries. But today when i entered a new value in my table it produces a #NUM! error in this field for that row only. and my query produces a overflow error.
What is the correct way to do it ????
Thankssss.
I have a query in which i use Nz function to convert null to 0 .
But further i need this value in another query as a number so I use it as
CInt(Nz(Sum([QtyReceived]),0))
group by expression
Is it correct.????
Upto some point it worked well and still working in many queries. But today when i entered a new value in my table it produces a #NUM! error in this field for that row only. and my query produces a overflow error.
What is the correct way to do it ????
Thankssss.