• Making groups of Controls invisible (97 SR2, Win NT)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Making groups of Controls invisible (97 SR2, Win NT)

    Author
    Topic
    #360178

    Is it possible to make a group of controls invisible? I’ve explored the With, but I can’t find anything.

    Viewing 0 reply threads
    Author
    Replies
    • #541749

      You can loop through the controls of your forms

      Dim ctl As Control
      For Each ctl In MyForm
         If MyCondition Then
            ctl.Visible = False
         End If
      Next
      
    Viewing 0 reply threads
    Reply To: Making groups of Controls invisible (97 SR2, Win NT)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: