|
Question : 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.
|
|
Answer : 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
|
|
|