Hi,
I have 2 colors (in BLUE font) in this code that for some odd reason, the color is black on the form....I tried other colors like Orange, Gold, etc, still coming up black...The other statuses with their assigned color are fine...pic is at the bottom....
If(
Self.Text = "Denied",
Red,
Self.Text = "Approved",
Green,
Self.Text = "Pending Approval",
LightBlue,
Self.Text = "2nd Approval is Needed",
PeachPuff,
Self.Text = "3rd Approval is Needed",
Coral,
Self.Text = "Pending for Quote",
MediumAquaMarine,
Self.Text = "Pending to place order",
GreenYellow,
Self.Text = "Submitted",
DeepPink
)
