![]() |
#2
wxflw2012-12-11 11:36
|
If Text1.Text <> "" Then
mystr = Choose(1, "名称", "编号")
Adodc.RecordSource = "select * from 表1 where " + mystr + " like '%" & Text1.Text & "%'"
Adodc.Refresh
多个文本框查询如何编写,跪求高手解答
