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 物料名称 = '" & wlmc.text & "' and 物料编号 like '*" & wlbh.text & "*' and 型号规格 like '*" & xhgg.text & "*'"
我想问一下,为什么我做的这个统计程序,必须要查询完供货厂家和物料名称后才能使用模糊查找?
此主题相关图片如下:qq截图20151203223746.png