Change Report Label Color If?

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

Why wont this code work? It is supposed to change the label red if the label
says Past Due???
I tried it on the open event for the report. As well as the code that opens
the report.

If Reports!InvoiceReport!QuoteInvLabel.Caption = "Past Due" Then
QuoteInvLabel.ForeColor = vbRed
End If


Thanks,

Dave
 
Back
Top