Hello dear....this error is basically bcoz of a Type Mismatch...
most probably your field "tarih" is a numeric type...
so make this change:
Set rs1 = db1.OpenRecordset("select * from kayit where tarih=" & Label4.Caption)
VB Databases: runtime error 13 type mismatch