MichaelaMichael
12 years agoQrew Member
Highlighting two fields in a report
Hi
I want to be able to highlight when a 'next call back is over due' (Green, Yellow and Red) but if an 'own call back' is checked I want this highlighted in Blue.
Both functions work fine separately but don't work together, what do I need to change here?
If ([Next call back due on]<Now(), "red", [Next call back due on]>Now(), "green", "yellow")
([OWN CALL BACK], "blue")
Thanks