bremensleash
Registered User.
- Local time
- Tomorrow, 07:17
- Joined
- Jul 15, 2008
- Messages
- 24
Hello everyone
Does anyone know how to return a null into a computation.
for example
textbxa textbxb textbxc
3785.2 - 0 =
I want textbxc value to become 0
i tried the nzproperty but its not working.
k_2 = Nz(sp_2, 0) - Nz(sp_1, 0)
what i want to do is whenever a number is deducted to 0 it will also become 0. like in multiplication.
is this possible?

Does anyone know how to return a null into a computation.
for example
textbxa textbxb textbxc
3785.2 - 0 =
I want textbxc value to become 0
i tried the nzproperty but its not working.
k_2 = Nz(sp_2, 0) - Nz(sp_1, 0)
what i want to do is whenever a number is deducted to 0 it will also become 0. like in multiplication.
is this possible?