以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]怎么判断当前表是否有记录 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=127906) |
|
-- 作者:YOU -- 发布时间:2018/11/24 18:25:00 -- [求助]怎么判断当前表是否有记录
[此贴子已经被作者于2018/11/24 18:31:57编辑过]
|
|
-- 作者:YOU -- 发布时间:2018/11/24 18:45:00 -- 求助 |
|
-- 作者:有点甜 -- 发布时间:2018/11/25 17:35:00 -- 比如代码
If shier is Nothing then msgbox("没有找到") Else msgbox("找到了") End If |