Create access dropdown menu

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ •

  • @RareCase
    @RareCase 7 місяців тому +3

    Thanks for the video, nice idea.
    I've added an if statement to toggle on/off on menu bar click.
    Private Sub home_Click()
    hidesystem
    hideuser
    If Me.home1.Visible = False Then
    showhome
    Else
    hidehome
    End If
    End Sub

  • @sephjvr5979
    @sephjvr5979 2 роки тому +1

    The guy is a magician. Thank you!

    • @askfarouk
      @askfarouk  2 роки тому

      Thanks for the positive comment

  • @hershqadirkalary731
    @hershqadirkalary731 3 роки тому +2

    Good idea thank you very much

  • @fredcomunica
    @fredcomunica 4 місяці тому

    Thanks for the video I have a cuestion because finish this video incomplet?