以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何按时间区间查找??请帮忙。  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=111276)

--  作者:kgdwxfmqj520
--  发布时间:2017/12/19 13:16:00
--  如何按时间区间查找??请帮忙。
Dim cj As WinForm.ComboBox = e.Form.Controls("客户名称")
Dim wlmc As WinForm.ComboBox = e.Form.Controls("产品名称")
Dim wlbh As WinForm.TextBox = e.Form.Controls("订单编号")
Dim xhgg As WinForm.TextBox = e.Form.Controls("型号规格")
Dim rq1 As WinForm.DateTimePicker = Date ("日期1")
Dim rq2 As WinForm.DateTimePicker = Date ("日期2")
/Tables("订单录入").Filter="客户= \'" & cj.Text & "\' and 产品名称 like \'*" & wlmc.Text & "*\' and 订单编号 like \'*" & wlbh.Text & "*\' and 型号规格 like \'*" & xhgg.Text & "*\'and 交货日期 >=  \'*" & rq1.Date & "*\' 

--  作者:有点甜
--  发布时间:2017/12/19 13:17:00
--  

参考这种写法

 

http://www.foxtable.com/webhelp/scr/1058.htm

 


--  作者:kgdwxfmqj520
--  发布时间:2017/12/19 13:19:00
--  
图片点击可在新窗口打开查看
--  作者:有点甜
--  发布时间:2017/12/19 15:08:00
--  
以下是引用kgdwxfmqj520在2017/12/19 13:19:00的发言:
图片点击可在新窗口打开查看

 

看不到图片,有什么问题?