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("型号规格")
Tables("物料信息表").Filter="供货厂家 = '" & cj.Text & "' and 物料名称 like '*" & wlmc.Text & "*' and 物料编号 like '*" & wlbh.Text & "*' and 型号规格 like '*" & xhgg.Text & "*'"
各位大侠请问要是输入日期怎么查询呢?我试了试用TextBox怎么不可以呢
此主题相关图片如下:捕获.png