How to say在VBA中不是不为空 [英] How to I say Is Not Null in VBA

查看:55
本文介绍了How to say在VBA中不是不为空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下表达.我正在尝试说如果第二个字段不为空".你能帮忙吗?

Hi I have the following expression. I'm trying to say "if the second field Is Not Null". Can you help.

谢谢

=Iif((Fields!approved.Value = "N" & Fields!W_O_Count.Value IsNotNull), "Red", "Transparent")

推荐答案

使用Not IsNull(Fields!W_O_Count.Value)

这篇关于How to say在VBA中不是不为空的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆