Sn.@berduş kodu ana uygulamama yazınca
Bu hatayı aldım. Neyi eksik yaptım acaba.
Access Çekirgesi
Son Düzenleme: 03/04/2020, 10:35, Düzenleyen: Oğuz Türkyılmaz.
Public Function AcikMi()
CikanRS.Close
Set CikanRS = Nothing
Dim CikanSql As String
Dim X As Integer
Dim Gveri As Integer
Dim fat As Control
CikanSql = "Select * from T_AyniYardim where CikanMiktar>0"
CikanRS.Open CikanSql, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
If CikanRS.RecordCount <> 0 Then
CikanRS.MoveFirst
AlanDoldur
Else
For Each fat In Me.Form.Controls
Select Case fat.ControlType
Case acTextBox
fat.Value = ""
Case acComboBox
fat.Value = ""
Case acCheckBox
fat.Value = "0"
End Select
Next
End If
End Function
Msgbox "sil dugmesine basildi"
gibi bir mesaj kutusunun çalışması gerek