I have a subform in which I want to use conditional formatting. The recordsource is a query, so the problem is how to determine what value a specific field has. After that I think it´s easy:
If field.value = "bla" then
field.backcolor = 0
Else
field.color = 255
End If
I hope anyone can help me.
If field.value = "bla" then
field.backcolor = 0
Else
field.color = 255
End If
I hope anyone can help me.