前幾個(gè)問(wèn)題: 你把“客戶名”等等文本框分別和data控網(wǎng)站推廣件的相應(yīng)字段綁定,然后(假定網(wǎng)站推廣關(guān)鍵字輸入框是Text1): Private Sub Command1_Click() '點(diǎn)擊查詢按鈕 Data1.RecordSource = "select * from 表名 where instr(字段名,&關(guān)鍵詞排名#39;" & Text1.Text & "')>0" Data1.Refresh End Sub