以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 当日筛选 无数据显示 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=175569) |
-- 作者:yifan3429 -- 发布时间:2022/3/10 9:03:00 -- 当日筛选 无数据显示 For Each r As DataRow In DataTables("客户_客服备忘录").sqlSelect("日期 = #" & Date.Today & "#","","时间 DESC") cnt = cnt + 1 With .Body.AddRow(cnt,r("时间"),r("沟通方式"),r("楼盘"),r("单元房号")) .Primarykey = r("用户手机") \'设置主键 End With Next |
-- 作者:有点蓝 -- 发布时间:2022/3/10 9:32:00 -- 没有符合条件的数据 |
-- 作者:yifan3429 -- 发布时间:2022/3/10 18:47:00 -- 表格内是有数据的我再试试 |