Grandchester
Registered User.
- Local time
- Today, 22:22
- Joined
- Jan 26, 2001
- Messages
- 20
I need a specific field to have the BackColor changed depending on the value that that field has. Example:
If txtbox1 = 3
Then txtbox1.Backcolor = Red
If txtbox1 = 2
Then txtbox1.Backcolor = Yellow
Thanks!!
If txtbox1 = 3
Then txtbox1.Backcolor = Red
If txtbox1 = 2
Then txtbox1.Backcolor = Yellow
Thanks!!