Connecting Tech Pros Worldwide Help | Site Map

MS access coding standards.

  #1  
Old November 13th, 2005, 01:42 PM
db2sysc@gmail.com
Guest
 
Posts: n/a
ALl.

Is it possible to get MS ACCESS CODING STANDARDS?

TIA

  #2  
Old November 13th, 2005, 01:42 PM
Scott McDaniel
Guest
 
Posts: n/a

re: MS access coding standards.


The same standards apply to Access as would apply to VB6 ... it's basically
the same language

--
Scott McDaniel
InfoTrakker Software
<db2sysc@gmail.com> wrote in message
news:1123572531.626074.154430@f14g2000cwb.googlegr oups.com...[color=blue]
> ALl.
>
> Is it possible to get MS ACCESS CODING STANDARDS?
>
> TIA
>[/color]


  #3  
Old November 13th, 2005, 01:42 PM
Larry Linson
Guest
 
Posts: n/a

re: MS access coding standards.



<db2sysc@gmail.com> wrote in message
news:1123572531.626074.154430@f14g2000cwb.googlegr oups.com...[color=blue]
> ALl.
>
> Is it possible to get MS ACCESS CODING STANDARDS?[/color]

Many of the Access self-study books have recommendations for coding
conventions. There is no "standards body" to "bless" an official standard.

"Have and use a naming convention" is one common recommendation. Probably
the most widely-used Access naming convention is the Reddick Naming
Convention. You'll find it described at Greg Reddick's website,
www.xoc.net/standards/default.asp.

I got a lot of hits when I googled on Reddick Naming Convention, so leading
to discussions of additional standards, too. I got several hits, too, on
"Access Coding Standards"

Larry Linson
Microsoft Access MVP


  #4  
Old November 13th, 2005, 01:42 PM
Larry Linson
Guest
 
Posts: n/a

re: MS access coding standards.



"Scott McDaniel" <scott@infotrakkerDELETEME.com> wrote in message
news:p_OdnbumaedAK2XfRVn-1w@comcast.com...[color=blue]
> The same standards apply to Access as would apply to VB6 ... it's
> basically the same language[/color]

Classic VB coding standards have never been as clean as Access -- there were
at least three different naming conventions for classic VB used just within
Microsoft.

Except for refugees from VB who brought their old habits along, by far the
most widely used and well known Naming Convention for Access is the Reddick
Naming Convention, www.xoc.net/standards/default.asp.

Larry Linson
Microsoft Access MVP


  #5  
Old November 13th, 2005, 01:43 PM
David W. Fenton
Guest
 
Posts: n/a

re: MS access coding standards.


"Larry Linson" <bouncer@localhost.not> wrote in
news:dq6Ke.994$0d.282@trnddc09:
[color=blue]
> "Scott McDaniel" <scott@infotrakkerDELETEME.com> wrote in message
> news:p_OdnbumaedAK2XfRVn-1w@comcast.com...[color=green]
>> The same standards apply to Access as would apply to VB6 ... it's
>> basically the same language[/color]
>
> Classic VB coding standards have never been as clean as Access --
> there were at least three different naming conventions for classic
> VB used just within Microsoft.
>
> Except for refugees from VB who brought their old habits along, by
> far the most widely used and well known Naming Convention for
> Access is the Reddick Naming Convention,
> www.xoc.net/standards/default.asp.[/color]

I highly recommend this article for a very pertinent critique of the
reverse Hungarian notation that we've become accustomed to:

http://www.joelonsoftware.com/articles/Wrong.html

I think Joel is absolutely right about this one, though I haven't
yet altered my coding as a result.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
  #6  
Old November 13th, 2005, 01:43 PM
Scott McDaniel
Guest
 
Posts: n/a

re: MS access coding standards.


You're correct, of course, guess I was thinking of more than just nameing
conventions. The old "Practical Standards for Visual Basic" from MS press
was more along the lines of what I was thinking of ... or perhaps, if you
want to do a LOT of reading "Code Complete" by McConnell.

"Larry Linson" <bouncer@localhost.not> wrote in message
news:dq6Ke.994$0d.282@trnddc09...[color=blue]
>
> "Scott McDaniel" <scott@infotrakkerDELETEME.com> wrote in message
> news:p_OdnbumaedAK2XfRVn-1w@comcast.com...[color=green]
>> The same standards apply to Access as would apply to VB6 ... it's
>> basically the same language[/color]
>
> Classic VB coding standards have never been as clean as Access -- there
> were at least three different naming conventions for classic VB used just
> within Microsoft.
>
> Except for refugees from VB who brought their old habits along, by far the
> most widely used and well known Naming Convention for Access is the
> Reddick Naming Convention, www.xoc.net/standards/default.asp.
>
> Larry Linson
> Microsoft Access MVP
>[/color]


Closed Thread