REDaughdril
Registered User.
- Local time
- Today, 13:23
- Joined
- Jan 23, 2000
- Messages
- 58
I have a query, that dependent on a value from an expression I need to change the forecolor, my expression is:
Expr1: Format(IIf([DispatchedTime]>[EnRouteTime],DateAdd("d",1,[EnRouteTime])-[DispatchedTime],[EnRouteTime]-[DispatchedTime]),"hh:nn:ss")
What I need is if the Expr1 is greater than 8 minutes I need it to change to a red forecolor.
Thanks for all the help.
Expr1: Format(IIf([DispatchedTime]>[EnRouteTime],DateAdd("d",1,[EnRouteTime])-[DispatchedTime],[EnRouteTime]-[DispatchedTime]),"hh:nn:ss")
What I need is if the Expr1 is greater than 8 minutes I need it to change to a red forecolor.
Thanks for all the help.