Dim xming As WinForm.ComboBox = e.Form.Controls("姓名")
Dim xmmc As WinForm.ComboBox = e.Form.Controls("项目_名称")
Dim xmzmb As WinForm.ComboBox= e.Form.Controls("项目_子模块")
Dim rq As WinForm.DateTimePicker= e.Form.Controls("日期")
Tables("工作日志").Filter="姓名 = '" & xming.Text & "' and 项目_名称 like '*" & xmmc.Text & "*' and 项目_子模块 like '*" & xmzmb.Text & "*' and 日期 like '*" & rq.Text & "*'"
上面红色的查询筛选日期不对呀,这个该怎么改呀
此主题相关图片如下:qq截图20140922162043.png