topluca kontollerdeki özellikleri değiştirmek için
Dim semptomText As String
semptomText = tagName
Dim ctl As Control
For Each ctl In Me.Form
If ctl.ControlType = acComboBox Then
If InStr(1, ctl.Tag, tagName) <> 0 Then
ctl.Enabled = True
End If
End If
Next ctl
Set ctl = Nothing
burada controller var
https://docs.microsoft.com/en-us/office/...ontroltype
kullanabilirsiniz. Control özellikleri de burada
https://www.tutorialspoint.com/ms_access...erties.htm
ve burada
https://docs.microsoft.com/en-us/office/...ss.control
@benbendedeilem
Son Düzenleme: 06/01/2020, 17:54, Düzenleyen: accessman.