Code:
If Me!Color = "RED" And Me!State= "NY" Then
Me!Color = "STOP"
End If
This is on a report, on format. I am trying to update a field based of off information from 2 different fields. This of course breaks. The top code is correct, but I am not sure how to update the field while the report is open. What do I need to change on the bottom line? Thanks