HELP - Need Access Programming standards doc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone please direct me to an online copy of an Access Programming
Standards document
 
"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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top