Change Report Label Color If?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top