Thank you, but I have already tried this and am getting strange results.
i.e.
the result is not what I expect.
Do I need to enter a special numeric value that represents the time value?
The field being checked is a calculated field containing the result of one
time value subtracted from another and is displayed as :0015, 02:10,
00:45,
03:45. I need to be able to highlight the one which is over threee
hours....
Should the "comparator" be "3" for three hours or something else - I
understand Access stores time values in a special way....
Duane Hookom said:
Try something like
Expression is
[TimeField] <0.125
--
Duane Hookom
MS Access MVP
I need to be able to check against a time value in conditional
formatting
so
I can set the relevant field to bold.
e.g. if "field" is greater than 3 hours, etc
Using a "simple" numeric value produces odd results.