以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 重置列计算错误 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=118075) |
-- 作者:有点甜 -- 发布时间:2018/4/24 16:41:00 -- Dim Filter As String = "[成品编码] = \'" & e.DataRow("成品编码") & "\' and [生产批次] = \'" & e.DataRow("生产批次") & "\' and [加工工序] = \'" & e.DataRow("加工工序") & "\' and [使用设备] = \'" & e.DataRow("使用设备") & "\' and [开始日期] = #" & e.DataRow("开始日期") & "#" |
-- 作者:有点甜 -- 发布时间:2018/4/24 17:53:00 -- 你1楼、2楼代码里面的条件,没有【姓名】,请去掉姓名后查询数据。 |