(05/02/2019, 16:31)haliliyas yazdı: doğum tarihi de mi sonradan eklendi?
Evet, sonradan tabloya oradan da forma sonradan eklendi.
'__Eklenen kod hy__________başlangıç___________________________________________________
On Error Resume Next
If Not IsNull(ayrilma_tarihi) Then
For Each ctl In Me
If ctl.Tag = "txtkilitli" Then ctl.Enabled = False
Next
Else
For Each ctl In Me
If ctl.Tag = "txtkilitli" Then ctl.Enabled = True
Next
End If
'__Eklenen kod hy___________________bitiş_____________________________________________
(05/02/2019, 17:04)haliliyas yazdı: yazdığım kodu silip aşağıdaki kodu Exit_hata: satırının hemen üstüne yazıp dener misiniz?
'__Eklenen kod hy__________başlangıç___________________________________________________
On Error Resume Next
If Not IsNull(ayrilma_tarihi) Then
For Each ctl In Me
If ctl.Tag = "txtkilitli" Then ctl.Enabled = False
Next
Else
For Each ctl In Me
If ctl.Tag = "txtkilitli" Then ctl.Enabled = True
Next
End If
'__Eklenen kod hy___________________bitiş_____________________________________________