Hi!
I had to put that vfp9.0 in the subject. It took me too long to make the move but I love it even if it is causing me to have to revisit a lot of issues![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
However, this is a new problem, not a revisit.
This line doesn't give me an error, but when the result is not 0, I get an * in the field and don't know what that is telling me. Help, anyone?
Thanks
Judi
I had to put that vfp9.0 in the subject. It took me too long to make the move but I love it even if it is causing me to have to revisit a lot of issues
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
However, this is a new problem, not a revisit.
Code:
IIF(shpcomp = 1, 0,(IIF(shptotl < duetotl, (duetotl - shptotl), 0))) AS balance ;
This line doesn't give me an error, but when the result is not 0, I get an * in the field and don't know what that is telling me. Help, anyone?
Thanks
Judi