Home  Fees/Services  Access Examples  Tutorials  Access Downloads  Articles  Search  Contact  Privacy  Links
Table Design Examples
Table Design Rules
Access Table Design Guidelines
Microsoft Access Table Design

Access Program Tutorials> Table Design Access > Our Design Rules


 

Link Database Tables
0th Normal Form (0nf)
First Normal Form
Second Normal Form
Third Normal Form
Table Design Summary
Table Design Tips

Repair Corrupted Table


Access Table Design by Blue Claw Database

Table Design Definition, Examples and Recommendations

We typically design tables to 2nd and 3rd normal form when it makes sense. 


However, the key to an efficient, long-lived, fast, reliable, maintainable database is to not copy data from one table to another.  As a result of this rule the structure of dependent tables is not dependent directly on the data contained in the master or parent tables - we always use artificial keys (autonumber fields) to link tables. 

Use of artificial keys gives us the ability to never perform cascade updates on related, subordinate tables.  In our table design there, where ever possible, there is only a single occurrence of a data item in the database - all other occurrences use the previously mentioned autonumber fields to point to the single-value entry .

The last and possibly most important theme is to prevent duplicate data records where ever possible.

Contact Information

Table Design Guidelines
Microsoft Access 2003 2000 2002(XP) All Windows Versions