Live Scores
Shareware
Movie Stars
in
Access
Applications
(Entire Site)
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Applications
»
Microsoft Office
»
Access
»
Creating class in MS Access/VBA-Examples?
Creating class in MS Access/VBA-Examples?
Hi everybody!
I have not a big expiriance in access programming and interesting about Object oriented programming with VBA. Has any examples about classes in Access/VBA which I can using in my Access program?
Thanks in advanced.
Solution: Creating class in MS Access/VBA-Examples?
I dont know your DB, classes are used to identify an entity, then all methods/properties of that entity are defined in that class.
Personally Access has implemented classes but there is no real OO approach here. What u can do in classes, u can do in modules as well, simply by defining them either as public or private