I'm trying to build a RAG status report which will then show a rectangle/text box/label with the background colour to match.
if done on a form i would have it as:
If Me.RAG.Value = "R" Then
Me.RagStatus.backcolor = 255
else
If Me.RAG.Value = "A" Then
etc
But I cannot get something similar to work done directly into a report.
if done on a form i would have it as:
If Me.RAG.Value = "R" Then
Me.RagStatus.backcolor = 255
else
If Me.RAG.Value = "A" Then
etc
But I cannot get something similar to work done directly into a report.