以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何得到关联表中,主表信息对应的子表数据行数 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=171569) |
-- 作者:xa139 -- 发布时间:2021/9/3 14:13:00 -- 如何得到关联表中,主表信息对应的子表数据行数 执行 Tables("组化推论主表.组化推论子表").Current.Delete 当子表没有数据时 会报错,需要先判断下是否有数据,怎么写? |
-- 作者:有点蓝 -- 发布时间:2021/9/3 14:14:00 -- 参考:http://www.foxtable.com/webhelp/topics/0445.htm if Tables("组化推论主表.组化推论子表").Current isnot nothing then
|