简体   繁体   中英

Access 2003 conditional formatting and field with NULL value not return NULL

The field is taken from the table and is the source of data for the textbox, in which I want to apply conditional formatting. Almost always it is NULL . The expression for the conditional formatting:

Not IsNull ([duedate])

Always returns true, I do not understand why. Field [duedate] belongs to the parent form.

我认为您还需要像IsNull一样检查长度

Len(Field) = 0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM