Words in Number box

gumbi17

Registered User.
Local time
Today, 13:40
Joined
Aug 23, 2011
Messages
43
I have been trying many different ways to get a box that shows interest in a property to give a statement if it equals "0". The interest shows to the 8 decimal point and is fixed. So numbers could range from .00001245 to .99999999, but what I need to have it do is when it is 0.00000000 to have it use Varies instead of showing the number. I have tried an IIF statement and it didn't work for me, any other ideas?
 
In the Format Property of the textbox:

Code:
#;#;"yourtext"
 
Worked great, thanks!
 

Users who are viewing this thread

Back
Top Bottom