How do I compare values in two different fields?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two fields, Date Due and Date Received. How do I compare the two, and
if Date Received is later than Date Due, have it displayed in red?
 
You can use the Condition is
[Date Received]> [Date Due]
and change the format properties.
 
Back
Top