- Local time
- Today, 07:54
- Joined
- Jan 23, 2006
- Messages
- 15,461
I recently responded to a poster who was looking to use Access for a simple messaging system. I found a a link to a class module/form based-approach that I described in this post.
Another example/article
http://www.kallal.ca/Articles/WhyClass.html
Most of what I've seen or read indicates it's a mindset change, but once you "get it" you'll use classes more often.
"Some might argue that rather than using classes, which involves constructing a framework, you could more simply have built a re-useable library. This line of argument nearly always holds; thus, the decision to use classes becomes a question of whether it seems more intuitive and natural than using a traditional code module."
"Many Microsoft Access developers take a look at classes and then give up because they have difficulty seeing the benefit and justification for using classes. It’s true that much of what can be achieved with a simple class can also be achieved by using libraries of code, and that to build classes you often need to put in more effort during the initial development, but there are benefits in using classes that will be explored in this chapter..."
Update: Uncle Gizmo AKA Tony Hine has posted some youtube videos dealing with OOP and MsAccess.
Thanks Tony.
AND...I picked up a neat little trick on how to comment out a whole block of code in instead of "tip-toeing through the tulips"!
Wow, that is so handy, and it has been there all the time?