[求助]怎样运行以下SQL查询语句。
											"Select * From 表 Where 用户名='" & text1.text & "' And  密码='" & textbox1.text & "'"
				
											On Error Resume Next
Dim zh As String
zh = "select * from zhuce where userz = " & """" & Text1.Text & """"
ado1.RecordSource = zh
ado1.Refresh
 
自己看看吧....										
					
	
	
	
			


											
	    

	

