该字段取自表格,是文本框的数据源,我想在其中应用条件格式。几乎总是NULL
。条件格式的表达式:
Not IsNull ([duedate])
总是返回true,我不明白为什么。字段[duedate]
属于父表单。
答案 0 :(得分:0)
我认为您需要检查长度以及IsNull,如
.jumbotron {
background: url(images/jumbo.png) no-repeat center;
background-size: cover;
min-width: 100%;
height: 100vh;
border: 1px solid green;
padding: 0!important;
}
#jumbotron-header {
border: 1px solid red;
height: inherit;
padding-top: 50px;
padding-bottom: 50px;
}