PoorCadaver
Registered User.
- Local time
- Today, 04:14
- Joined
- Oct 25, 2011
- Messages
- 30
Hi!
I would like to change color on the text placed in a textbox depending on the value. The value comes from a query connected to a table.
Something like:
in textbox: IF Me.ID = 30 THEN color = #FF0000
ELSEIF Me.ID = 40 THEN color = #00FF00
ELSE color = #000000
Can't figure it out by myself =(
Thanks!
I would like to change color on the text placed in a textbox depending on the value. The value comes from a query connected to a table.
Something like:
in textbox: IF Me.ID = 30 THEN color = #FF0000
ELSEIF Me.ID = 40 THEN color = #00FF00
ELSE color = #000000
Can't figure it out by myself =(
Thanks!