Hello!

I have one annoying problem with Format() function.
I retrieve records from DB and if value of field is 0, the Format() function returns me ".00". Here's the code I use:
Code:
Format(!Qty, "##,###.00")
This is annoying, because if I print the value Format() returns, it's printed just ".00".
Any suggestions?