Private Sub Command1_Click()Adodc1.RecordSource = "select * from 节点温湿度信息表 where 日期=#" & DTPicker1.Value & "#"Adodc1.RefreshSet DataGrid1.DataSource = Adodc1End Sub执行控件操作时弹出missing operand错误
Set DataGrid1.DataSource = Adodc1.Recordset