Access VBA | Working with Query Definitions

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

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

  • @hackish1
    @hackish1 Год назад +1

    I think in your IsInCollection function, it makes sense to call exit function as soon as the value is found. The function will then run on average 50% faster (if you prefer the math analysis, it goes from O(n) to O(n/2). In practice, even faster as you don't need to have the WasFound variable on the stack, and you no longer need to run the final exiting the searching loop implies it was not found. I respect that in teaching, sometimes lots of verbosity is valuable too, so this is just a different approach.

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

    Really good stuff, concise and well structured, really helped me with my project, thanks!

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

    Fine, useful tutorials, please some more vba videos, thank you, Cheers

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

    You're a master!!!!!

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

    I cannot get passed the "Compile Error: Expected user-defined type, not project. "

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

    Great Work .. Really Thank You