REDaughdril
12-09-2002, 08:12 PM
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.