How to Create a Dynamic Report in Microsoft Access [Part 1]

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2021
  • How to Create a Dynamic Report in Microsoft Access:
    This video will show you how to create a dynamic report in Microsoft Access. I will teach you how you can make a dynamic report in Ms Access in 2022.
    Below is the VBA code that was used in this video:
    Private Sub RunQueryBtn_Click()
    DoCmd.OpenQuery "qry_Employee", acViewNormal
    End Sub
    Private Sub RunReportBtn_Click()
    DoCmd.OpenReport "Employee Report", acViewPreview
    End Sub
    HashTags:
    #MicrosoftAccess #DynamicReportInMsAccess

ความคิดเห็น • 14

  • @godpraise4life827
    @godpraise4life827 2 ปีที่แล้ว +3

    Fantastic! This was exactly what I needed for work!

    • @DataisKing
      @DataisKing  2 ปีที่แล้ว

      I'm glad I could help you

  • @marctrudeau9811
    @marctrudeau9811 หลายเดือนก่อน

    Thank you very much for a very clear explanation, easy to replicate and generalise.

  • @chancolallvideo
    @chancolallvideo 2 ปีที่แล้ว +2

    Great, very simple and clear to understand.🥰🥰🥰🥰🥰

  • @janikosta4202
    @janikosta4202 2 ปีที่แล้ว +1

    Really professional, thank you sir
    💔❣💔

  • @bobykumar3960
    @bobykumar3960 ปีที่แล้ว +1

    great work done.. i really don't have words for thanks...✌

  • @mikalyoutubechannel2803
    @mikalyoutubechannel2803 2 ปีที่แล้ว +1

    Great very impressive👌👌👌👌👌👌👌

  • @philipcaliendo3660
    @philipcaliendo3660 2 ปีที่แล้ว +1

    you made this very easy to do

  • @KeffelewAssefa
    @KeffelewAssefa 2 ปีที่แล้ว +1

    Thank you.

    • @DataisKing
      @DataisKing  2 ปีที่แล้ว

      Glad I could help

  • @jonrojario2408
    @jonrojario2408 2 ปีที่แล้ว +1

    Great sir. Love you.

  • @bobykumar3960
    @bobykumar3960 ปีที่แล้ว +1

    please make videos on calulations also in access

    • @DataisKing
      @DataisKing  ปีที่แล้ว

      @bobykumar3960 Do you want calculations on a form or a report or both?