I have the following code in my report, and it works great (thanks to help from this forum).
Private Sub GroupFooter0_Format(Cancel As Integer, FormatCount As Integer)
If Me![StatusCode] = 0 Then
Me.Box53.BackColor = RGB(0, 0, 0)
ElseIf Me.StatusCode = 1 Then
Me.Box53.BackColor = RGB(210, 170...