Create a dynamic access report 10 in 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • 00:00 The Idea
    01:10 import the sample data
    02:37 create unique values list
    03:12 create the search form
    03:55 Create the report
    06:15 clear fields code
    07:07 the filter code
    If you are required to do more than one report based on different criteria, it is not logical to make a query and report for each search criterion, especially if the search criteria are overlapping. For example, if we have the search criteria, which are the school, the gender of the teacher, the subject, and the region, we will need about ten reports, and we need each separate query report, which is illogical and is a reason of database problems, as it is considered a defect in the database design.
    Link to excel file
    docs.google.com/spreadsheets/...
    link to access database
    drive.google.com/file/d/1pLtv...
    the code
    drive.google.com/file/d/1wbLZ...

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

  • @saipuvvada3977
    @saipuvvada3977 9 หลายเดือนก่อน +1

    excellent.. exactly what I needed. well explained - made it easy to get this done quick.

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

      Thanks for your positive comment

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

    Fantastic! This was exactly what I needed for work!

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

      Thanks for the positive comment

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

    Great, very simple and clear to understand.

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

    Jazzak kallah hu khyr. Thank you so much.

  • @mathematiquesinformatique1423
    @mathematiquesinformatique1423 4 ปีที่แล้ว

    شكرا لك

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

    Really professional, thank you sir

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

      thanks for your positive comment

  • @romelghosn6663
    @romelghosn6663 3 ปีที่แล้ว

    Thank you farouk for the video, it is really helpful. can you help explain what to do if we need to add a date range filter to this dynamic report. thanks

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

    thank you for this video. what if the filter I want to use is for numeric values? thank you.

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

    great work,,,,,,,,thanks a lot

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

      Thanks for the positive comments

  • @tesseract7711
    @tesseract7711 4 หลายเดือนก่อน +1

    Thank you,
    Can you please guide and help to create a filter to select multiple selections from a combo box and provide results based on the filter.

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

      very good idea , I never tried it out let me try.

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

      @@askfarouk thank you, will wait for your reply..

  • @oex1545
    @oex1545 4 ปีที่แล้ว

    السلام عليكم ورحمة الله وبركاته ، استاذ عندي سؤال ، لو عندي مثلا الرموز Aboq125 واحتاج اعرف النتائج اللي ممكن تظهر لما نعيد نرتب هذه الرموز هل توجد طويقة معينه؟

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

    Great very impressive

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

    Holy shit bro i found it finally

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

    انت زعيم

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

      تسلم يا غالي

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

    Thank you i followed the steps and it works great, but i have a problem that one of my comb boxes is searching dates and it give me error, i can not filter my report by date. can you advice me what is the problem? thx

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

      My advice is to create another report with date filter and open this one if the date is not null.

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

      @@askfarouk what if the comboBox was long or integer? thanks.