\'If e.Form.Controls("采集日期").Value > ""
\' e.Sender.ComboList = DataTables("光功率表").GetComboListString("机房名称","采集日期=\'" & e.Form.Controls("采集日期").Value & "\'")
\'Else
\'e.Sender.ComboList = DataTables("光功率表").GetComboListString("机房名称")
\'End If
在“机房名称”框中Enter中设置以上公式,但是“采集日期”为 时间日期格式,请问怎么修改才准确。