以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请教 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=39840) |
-- 作者:有点甜 -- 发布时间:2013/9/2 22:48:00 -- isnull不能用在代码里。 改成 ls.add(iif(Tables("表A").Value(0,0) is nothing, 0, Tables("表A").Value(0,0)))
|
-- 作者:有点甜 -- 发布时间:2013/9/2 22:57:00 -- 代码里没有定义isnull这个函数的,所以不能用。 |