根据其他字段的值应用条件格式

Apply conditional formatting depending on an other field's value

在 Access 表单的字段 DaysSinceRequest 上,我正在根据每个记录中的值应用条件格式,这部分没问题。

但是我怎么知道 "Apply the conditional formatting to the field DaysSinceRequest ONLY if the field DatePartReceived is empty/null" 呢?

有办法吗?

PS :只是为了表明我在仇恨者开始降低评分之前做了一些事情,这里是 the rules I've applied to the field DaysSinceRequest and the result in the Datasheet View

如果我的post不够清楚请告诉我,谢谢

只需使用 Expression Is 而不是 Field Value Is,在表达式字段中,您可以使用任何表达式,其计算结果为布尔值。在您的情况下,您可以使用 IsNull 函数