(24/03/2022, 16:40)berduş yazdı: Sadece başlangıcı mi uyacak?
yerineKod:If Len(Trim(TextBox3.Value & vbNullString)) > 0 Then
strSorgu = strSorgu & " AND personel.ad='" & TextBox3.Text & "'"
Else
strSorgu = strSorgu & " AND personel.ad LIKE '" & TextBox3.Text & "%'"
End If
yazarak dener misinizKod:If Len(Trim(TextBox3.Value & vbNullString)) > 0 Then strSorgu = strSorgu & " AND personel.ad LIKE '" & textBox3.Text & "%'"
Üstad olmadı yine
.... ile başlayan her kaydı getir.