显示出来,在哪里显示啊?
控件:
Private Sub Text1_Change()
Adodc1.RecordSource = "select * from 表 where 规格 like '" & Text1 & "' & '%'"
Adodc1.Refresh
text2=adodc1.recordset.Fields("字段名1") & adodc1.recordset.Fields("字段名2") '要显示多少写多少的字段名,
End Sub
不需要按回车.模糊查询
请参考
错误提示了怎么呢