menu bar in access VBA Part 1

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 19

  • @kaziehteshamurrashid5098
    @kaziehteshamurrashid5098 2 года назад

    Brilliant idea. Thank you very much.

  • @hussainrly
    @hussainrly 4 года назад

    Sir ur my favourite guru of access

    • @MCiTech
      @MCiTech  4 года назад +1

      Thanks for your kind comment

  • @ramprakashmaurya3236
    @ramprakashmaurya3236 4 года назад

    Bahut achha

  • @omarba6972
    @omarba6972 4 года назад

    Thanks Mister respect

  • @thushara691
    @thushara691 8 месяцев назад

    I would appreciate your guidance on creating buttons on a form to move data to individual tables in Microsoft Access. I have a form that displays data, and I want to make four buttons (Received, Issued, Returned, and Damaged) that will move the current record to one of the corresponding tables.

  • @ajayverma-hn3zt
    @ajayverma-hn3zt 4 года назад

    Thanks sir..

  • @wallingat
    @wallingat 4 года назад

    This video is awesome.
    Sir! I have a question that, when entering a bill into database we have to inter a date along with all its particulars. What will be the solution of this?
    Is it possible the date is filling automatically followed by previous record (date) unless the user inter another date?

    • @jaketomagan8545
      @jaketomagan8545 3 года назад +1

      Private Sub Form_BeforeInsert(Cancel As Integer)
      Me.(txtboxname)= Format(Now(), "yyyymmddhhnnss")
      End Sub
      try this code sir on textbox

  • @D24Medialive
    @D24Medialive 4 года назад

    Thanks for awesome videos, needs more details. When i add Click FILE-- New then this dialogue box came but when close become error message 2165.
    Can solve this issue Please?

    • @MCiTech
      @MCiTech  4 года назад

      Check your code abs try again

    • @D24Medialive
      @D24Medialive 4 года назад

      @@MCiTech thanks ur reply. I get it many many try.
      if cmdbtn1.visible= false then
      Cmdbtn1.visible = true
      Cmdbtn2.visible =true
      Else
      Cmdbtn1.visible =false
      Cmdbtn2.visible =false
      End if
      End Sub

  • @Mmaheeshttoorggal
    @Mmaheeshttoorggal 4 года назад

    Thank you for very interesting lesson... Please can you upload any video for Loan Amortization

    • @MCiTech
      @MCiTech  4 года назад +1

      Pls wait

    • @Mmaheeshttoorggal
      @Mmaheeshttoorggal 4 года назад

      @@MCiTech thank you & appreciated for your prompt reply

  • @michaelprieto8770
    @michaelprieto8770 3 года назад

    That actually not working when you click New, Open, Save etc... it shows you can't hide the control that has the focus. How's that?

  • @michaelprieto8770
    @michaelprieto8770 3 года назад

    How the Run-time error that shows You can't hide a control that has the focus?

  • @دراساتاجتماعية-ز9ل
    @دراساتاجتماعية-ز9ل 3 года назад

    The videos are only for India, I think it would be better if they were in English

  • @zalandafghan9647
    @zalandafghan9647 Месяц назад

    how to hide/disable shortMenu in ms access reports