以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 怎样删除 数值字段 是空值的记录 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=5149) |
-- 作者:i52117 -- 发布时间:2009/11/26 14:47:00 -- 怎样删除 数值字段 是空值的记录 请问老师,要删除条件 [金额_借方] 是空值的记录 如何写? 以下代码均出错 DataTables("会计凭证").DeleteFor(" [金额_借方] = nothing " ) DataTables("会计凭证").DeleteFor(" [金额_借方] = \' " & nothing & " \' " ) |
-- 作者:mr725 -- 发布时间:2009/11/26 15:02:00 -- DataTables("会计凭证").DeleteFor(" [金额_借方] is null " ) |
-- 作者:i52117 -- 发布时间:2009/11/26 15:22:00 -- 谢谢mr725 |