"larrylooper" wrote
Can someone please direct me to an online
copy of an Access Programming
Standards document
The Reddick VBA Naming Conventions are documeted at Greg Reddick's site,
http://www.xoc.net/standards/default.asp. That is the most commonly-used
naming convention for Access.
The FAQ site,
http://www.mvps.org/access/ is chock-full of good hints and
tips.
There are a number of books on the market that cover programming in VBA.
What we program for Access is mostly "snippets" of code that execute in
response to an "event" that occurs in the database.
I don't know of a anything purporting to be a definitive "Access Programming
Standards" document. Perhaps because, although we use Visual Basic for
Applications (VBA) in Access, Access is not, by definition, a "programming
language". It is a "user interface" and "development tool" with a lot more
than the VBA programming language.
Larry Linson
Microsoft Access MVP