以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 找到空值 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=158660) |
-- 作者:a272797388 -- 发布时间:2020/11/28 10:09:00 -- 找到空值 Tables("表A").Filter = "[性别] = 男 & "[相片]=空值 请问我想找出性别是男的,没有照相片的, 如何写命令? 参考http://www.foxtable.com/webhelp/topics/1284.htm |
-- 作者:有点蓝 -- 发布时间:2020/11/28 10:20:00 -- Tables("表A").Filter = "[性别] = \'男\' and [相片] is null" |