Xenix
Registered User.
- Local time
- Today, 07:54
- Joined
- Oct 8, 2001
- Messages
- 124
Hello,
I would like to change the colour of the back ground of the cell (field name) when data is wrong on a report. I have the following code which worked before on a form but seems to be a problem in a report:
If Me.SCHED_DATE <> Me.Committed Then
Me.SCHED_DATE.BackColor = 255
Else
Me.SCHED_DATE.BackColor = 65280
End If
Doe's anyone know of different code or a section to place this code where it will work
?
Kind regards
Mike
I would like to change the colour of the back ground of the cell (field name) when data is wrong on a report. I have the following code which worked before on a form but seems to be a problem in a report:
If Me.SCHED_DATE <> Me.Committed Then
Me.SCHED_DATE.BackColor = 255
Else
Me.SCHED_DATE.BackColor = 65280
End If
Doe's anyone know of different code or a section to place this code where it will work

Kind regards
Mike