AccessTr.neT

Tam Versiyon: Control Özelliklerini Topluca Değiştir
Şu anda arşiv modunu görüntülemektesiniz. Tam versiyonu görüntülemek için buraya tıklayınız.
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