Hello,
I am trying to change the color of the CDHardCopyFiled field in a report turn red, when the value in the field is “No”. The No responses in the report do not turn red for the CDHardCopyFiled field. Here is the code I used.
Private Sub Report_Load()
If CDHardCopyFiled = "No" Then...