How to Create String Aggregates in Microsoft Access

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

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

    IMPORTANT NOTES:
    🔹 If you anticipate having NULLS in your query or get related errors, just add *On Error Resume Next* on a new line after the Dim statements in the function. It will return an empty string instead of an error.
    🔹 This is the "easy but slow" version of this procedure which is great for small numbers of records or for use on a form to calculate and view each time a new record is presented. It will be slow in processing large numbers of records because a query must be run on each row. For a fast version of this procedure that is a bit harder to program but gives great results, check out my added material on this topic on Patreon to make it 100x faster: www.patreon.com/posts/speeding-up-with-73513312?Link&
    🔺 Note that this procedure uses dynamic SQL which is fine for data wrangling, reporting, or personal use. For customer facing solutions, I would recommend converting this to use parameters for safety.

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

    i like the way u say " i am your host sean mackenzie".

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

      Really? I was going to cut that from future videos to save time lol!

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

      I thought about the same. But did not tell him yet.

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

      @@seanmackenziedataengineering Don't cut. It's your brandmark.

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

    Great video Sean. Effective code and elegantly drafted as well. These are the kinds of videos that take the efficiency/shareability of one’s code to an entirely different level. Big fan of your work

  • @j.dasilva4567
    @j.dasilva4567 วันที่ผ่านมา

    Super-duper. Thank u.

  • @irteerakgfa8676
    @irteerakgfa8676 3 หลายเดือนก่อน +1

    Buen trabajo!
    Gracias

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

    Interesting video. Could be useful to develop a module for other manufacturers such as carpets, tiles etc.

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

    Great video! How about one on field mapping (using a table to store mapping) when importing csv files.

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

    As always brilliant!

  • @slhangen
    @slhangen 3 หลายเดือนก่อน +1

    Is there a way to sort aggregated string alphabetically?

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

    Kindly make video on school fees system

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

      Good idea for a small system. That could be a video series perhaps.

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

      @@seanmackenziedataengineering thanks that will help me a lot

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

    💯

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

    Dynamite!