Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to orgainze (name) many tables, queries

Status
Not open for further replies.

rdy4trvl

Technical User
Feb 26, 2001
90
US
There seems to be some function missing in Access – a tool (graphic?) or numbering scheme to organize a database with many tables, queries, forms, reports etc… that allows the user to easily recognize the affiliation between all of the objects. (Keep in mind this is coming from a relatively “lite” user.) Is there some type of naming convention or plan someone could share in naming tables (for example) in a large database – or is there something in Access I just don’t know about.
 
Yeah, there are dozens of them! That's a bit of a pain, in that it diminishes the value of having a standard. But there are plenty of good ones out there, and in some ways each is as good as the next. I use some variation of Hungarian/Leszynski. You can find MS's writeup of it here: There's a shorter version here:
Also, when naming objects, I use CamelBack style, as it makes it easier to read. And if there are several objects related to each other, I make the first part of the name be the same for all of them, sotha they sort into the same place. Here's and example:

frmCustomer
frmCustomerOrderSub

The second one would be a subform that gets used on the first one.

Hope this is helpful.

Jeremy

==
Jeremy Wallace
AlphaBet City Dataworks
Access Databases for Non-Profit Organizations

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top