R
rm
Two fields on a report [timing] and [started] If started > timing + 10
minutes then the text should be red.
In the Conditional Formatting form the following has been entered for
Condition 1.
Expression 1 is [started]>DateAdd("n",10,[timing])
This does not work.
Also tried Field Value is Greater than [timing] + 10
Also tried Expression 1 is DateDiff("n", [timing], [started]) > 10.
No luck.
The help file is of no value. For example, nowhere in the text is
there any indication that "[" and "]" must surround a field name.
minutes then the text should be red.
In the Conditional Formatting form the following has been entered for
Condition 1.
Expression 1 is [started]>DateAdd("n",10,[timing])
This does not work.
Also tried Field Value is Greater than [timing] + 10
Also tried Expression 1 is DateDiff("n", [timing], [started]) > 10.
No luck.
The help file is of no value. For example, nowhere in the text is
there any indication that "[" and "]" must surround a field name.