I have a form that I want the text to change colors when a certain condition is met. such as:
form_current
footlights.forecolor = Iff(footlights.text = "xx/xx", 0, 235)
I have several of these fields and can't seem to get it to allow me to do this. I would like the colors in the fields because it brings attention to those fields when the form pops up. I don't know alot of code so i could be in the wrong place with the wrong code?
form_current
footlights.forecolor = Iff(footlights.text = "xx/xx", 0, 235)
I have several of these fields and can't seem to get it to allow me to do this. I would like the colors in the fields because it brings attention to those fields when the form pops up. I don't know alot of code so i could be in the wrong place with the wrong code?