I'm in the process of reading a pretty in depth book on Access VBA Programming (Access 2010 Programmer's Reference by Wrox) and I just read a good amount about Class Modules.
I guess the thing I'm not really understanding yet is their application. The book likened a Class module to a Word or excel template, that you instantiate. (which I though seems like a great example). But the two code examples shown were Classroom student population, and getting a current account balance...
It seems to me (a novice), that these could be easily handled with queries based off of real records in a table. I'm sure the examples are simplified, and their are good practical applications for Class modules...Does anyone have an example their willing to discuss?
Again, I'm trying to learn, so maybe my assumptions above are off based...if so, please tell me.
Thanks!
I guess the thing I'm not really understanding yet is their application. The book likened a Class module to a Word or excel template, that you instantiate. (which I though seems like a great example). But the two code examples shown were Classroom student population, and getting a current account balance...
It seems to me (a novice), that these could be easily handled with queries based off of real records in a table. I'm sure the examples are simplified, and their are good practical applications for Class modules...Does anyone have an example their willing to discuss?
Again, I'm trying to learn, so maybe my assumptions above are off based...if so, please tell me.
Thanks!