Declaring Variables in Microsoft Access VBA. Dim, Public, Private, Static, TempVars, And More...

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

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

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

    Hi Richard! Long time watcher here, thanks for posting this! Variables are something I struggled to understand fully, and when you say “Dim for Dimension” everything clicked into place magically! I have now built two large databases thanks to your tutorials, one for a major hospital and another for a large biotech company. Coding is not my job, but since no good software exist in my specialty field a build it yourself approach worked perfect! Thanks to you and to Microsoft for Access!!

    • @599CD
      @599CD  2 года назад

      So glad to help. :)

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

    Thank you! Very helpful. I learned about variables a long time ago but couldn't remember how they work. This was a great refresher video.

  • @ieteeman
    @ieteeman Год назад

    You are a Great Man
    There is no word invented yet can describe you

    • @599CD
      @599CD  Год назад

      Extraordinary? :)

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

    Thanks Richard, this video gives me a better understanding of variables and how to use them properly. I love all your videos you are an awesome instructor. "Live long and prosper".

    • @599CD
      @599CD  2 года назад +1

      Peace... and long life.

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

      @@599CD It's always great to hear from the best source I know so thanks again. And as Spock would say “Insufficient facts always invite danger.”

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

    Thanks for your video on variable. I love the simple approach and illustrations used to each what variables are. Pls teach us more. Thanks once More.

    • @599CD
      @599CD  2 года назад

      More on the way....

  • @clemdacier1402
    @clemdacier1402 10 месяцев назад

    Thanks!

    • @599CD
      @599CD  10 месяцев назад

      Thank you so much! :)

  • @rabidfollower
    @rabidfollower 2 года назад +3

    Yes, I've always heard that DIM stands for "dimension." In old-style BASIC, it was used to set array dimension. But nowadays, since it is not just for arrays, I've also heard that DIM stands for "declare in memory."

    • @599CD
      @599CD  2 года назад +1

      I've never heard that one before... but the IT industry does love our acronyms. LOL

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

    Dear Richard will u plz brief us abt Loop , End Loop etc. in Access VBA. Your method of teaching is very easy and awesome.

    • @599CD
      @599CD  2 года назад +1

      Here's a video on FOR loops: ruclips.net/video/4v__MBSv6Rk/видео.html
      I'll probably do one on WHILE loops soon.

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

    I like your Star Trek references :)

    • @599CD
      @599CD  2 года назад

      Fascinating.

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

    I need help with setting up a date code. So I will have something like 2D22 so the first 2 is representing the century which is 2000 the D represent the month of the year and so on how would you do something like that in VBA?

    • @599CD
      @599CD  2 года назад

      599cd.com/ask

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

    Is there a way to to make textboxes turn invisible by clicking buttons in another formula?

    • @599CD
      @599CD  2 года назад

      Sure set the visible property in the 599cd.com/AfterUpdate event

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

    Good stuff!

    • @599CD
      @599CD  2 года назад

      Thanks

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

    Why did you use as Currency if it didn't actually make any difference? For instance, in the message box, all we got was 1000 rather than $1000. If it's dim .. as currency, why does it not change the value to currency?
    Thanks :-)

    • @599CD
      @599CD  2 года назад

      If you want to see the $ then either add it, or format it as currency.

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

      @@599CD Thanks for the reply, but it didn't really answer my query. Are you saying that dim...as currency is the same as dim...as double for instance? Why do we dim...as anything if it doesn't change the format of whatever is output? As far as I can see, dim...as doesn't actually make any difference to calculations or outputs etc? I really don't understand why we dim...as anything at all?

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

    Best 👌

    • @599CD
      @599CD  2 года назад

      Thanks

  • @金小文-h2j
    @金小文-h2j 2 года назад

    very useful.

    • @599CD
      @599CD  2 года назад

      Thanks