RexesOperator
Registered User.
- Local time
- Today, 01:29
- Joined
- Jul 15, 2006
- Messages
- 604
I am currently using conditional formatting that changes the text displayed to white, based on the value of the field.
Is there a more elegant way of doing this in code?
For example if a value is <0 I want the text box to be null or empty. I have had success with string values, such as IIF([Textbox] = "a", ""), but this doesn't work for numeric values.
Is there a more elegant way of doing this in code?
For example if a value is <0 I want the text box to be null or empty. I have had success with string values, such as IIF([Textbox] = "a", ""), but this doesn't work for numeric values.