franksirvent
Programmer
Hi
I have a problem...until now I used to do some calculations as:
temp = Nz([Freight1], 0) + nz([Freight6], 0)
and it worked fined BUT now it only works as :
temp = Val(Nz([Freight1], 0)) + Val([Freight6], 0))
If I don't put the VAL part, it doesn't add the fields correctly...
Is there something that causes this to happen ???
I might have changed some General parameter but I don't know what
Any ideas are appreciated
thanks
I have a problem...until now I used to do some calculations as:
temp = Nz([Freight1], 0) + nz([Freight6], 0)
and it worked fined BUT now it only works as :
temp = Val(Nz([Freight1], 0)) + Val([Freight6], 0))
If I don't put the VAL part, it doesn't add the fields correctly...
Is there something that causes this to happen ???
I might have changed some General parameter but I don't know what
Any ideas are appreciated
thanks