我用以下代码来实现模糊查询为什么找不到满足的记录.strSQL = "[" & cmbFind.Text & "] like '%" & txtFind.text & "%'"Data1.Recordset.FindFirst strSQL