Recent content by dataluver

  1. D

    Type Variables vs Class Modules

    They are great for modeling data structures and I use them when I can, but the problem is that I can't store them in a dictionary or collection. In these cases, I usually end up using a class. Since UDTs are a value type, I suppose that they are faster than class objects? In other languages...
  2. D

    TempVars; Why and What?

    I have found them useful for some of the reasons stated above though isladog's comments in post#8 have me second guessing. :) I use them for user settings such as window props, logged in user, machine name, control visibility/availability, etc. I have found that wrapping them in properties in...
  3. D

    Thanks for another resource

    Thanks all.
  4. D

    Thanks for another resource

    Howdy DBGuy. Thanks for the welcome.
  5. D

    Thanks for another resource

    My name is Tom from Columbus, Indiana USA. I'm a self-taught developer of a potpourri of technologies. With Access, I would rate myself as intermediate with a tendency to over-complicate projects by doing it "the way I know how to do it" instead of the Access way to do it. :) I have been...
Top Bottom