D
Dewey
This has been bugging me for a while... I understand the benefits of using
naming conventions in Access and, for the most part, the three letter
prefixes used are immediately obvious - tbl = table, qry = query, txt = text
box, etc. When it comes to modules, however, I see similar naming
conventions used by many people but their meaning isn't as obvious to me.
Many people use names such as acbModule or basClassModule. Do the prefixes
'acb' and 'bas' have a specific meaning? Is there a good comprehensive
listing somewhere that explains the rationale behind naming conventions used
in VBA?
naming conventions in Access and, for the most part, the three letter
prefixes used are immediately obvious - tbl = table, qry = query, txt = text
box, etc. When it comes to modules, however, I see similar naming
conventions used by many people but their meaning isn't as obvious to me.
Many people use names such as acbModule or basClassModule. Do the prefixes
'acb' and 'bas' have a specific meaning? Is there a good comprehensive
listing somewhere that explains the rationale behind naming conventions used
in VBA?