User formda oluşturduğum şifre değiştirme formunda hep hata alıyorum. kodlar şöyle 
Şifre hatalı diye hata alıyorum.
Private Sub Image4_Click()
user = girisform.TextBox1.Text
Call connection_open
sql1 = "select [ŞİFRE] from personel where [ID]='" & user & "'"
rs.Open sql1, conn, adOpenKeyset, adLockPessimistic
If Me.TextBox1 <> rs(0) Then
MsgBox "Yanlış Şifre."
rs.Close
conn.Close
Exit Sub
End If
If Me.TextBox2 <> Me.TextBox3 Then
MsgBox "Şifre eşleşmiyor."
rs.Close
conn.Close
Exit Sub
End If
Call connection_open
sql2 = "select [ŞİFRE] from personel where [ID]='" & user & "'"
rs.Open sql2, conn, adOpenKeyset, adLockPessimistic
rs.Update 0, Me.TextBox2
rs.Update
rs.Close
conn.Close
End Sub
				
				
			
			
			
			
			
				
 #1
			
				
			
			
			
			
#1
		
						Adı Soyadı:
						me....  se....  
					
					
						Yaşı:
						31
			
					
						Konum:
						İzmir
					
						
					
						Ofis Versiyonu:
						Ofis 2019 64 Bit
					
					
						Son Oturumu:
						12/12/2024,12:59
	
		
				Cevapla
	
			
			
			
			
			
			
		
