Dim strTemp As String
strTemp = "姓名" & "='" & cboName.Text & "'"
myRS.FindFirst strTemp
运行时出现 实时错误3251这种对象类型不支持该操作?
请问怎么事,如何解决,书上的例子也是这样,但没有错误。