如何显示全部 相关文字呢
Private Sub Command1_Click()
Adodc1.CommandType = adCmdText
Adodc1.RecordSource = "select tempxsph.spid,tempxsph.spmc,kc.sl,tempxsph.dw,tempxsph.ck from tempxsph,kc where tempxsph.spmc ='" & Text1.Text & "'"
Adodc1.Refresh
End Sub
如何修改代码呢
1-小剪刀
2-花剪刀