Code:
If Discontinued Then
Me!ProductName.BackColor = 255
End If
discountinued is an option button and productname is a textbox.
I use a code like this, and 255 is red. But when I checked to see for other color options, I see 255 is also yellow as per this website.
http://www.endprod.com/colors/
And what does Hex, R, G, B, and MSAccess mean?
Thanks!!