How to find information about designing a database in Access 2000 (288947)



The information in this article applies to:

  • Microsoft Access 2000

This article was previously published under Q288947
Novice: Requires knowledge of the user interface on single-user computers.

This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

For a Microsoft Access 97 version of this article, see 288949.
For a Microsoft Access 2002 version and a Microsoft Office Access 2003 version of this article, see 289533.

SUMMARY

If you decide to store the data for your solution in an Access database or in another relational database, designing the database structure is likely to be the most challenging part of building the solution. Although it is fairly easy to modify the data model while you are developing the solution, it is much more difficult once you have started to build other database objects. Therefore, you should put as much effort as possible into designing the data model before you begin to create any objects in the database. Developing a solution based on a well-designed data model will make it much easier for you to develop the solution.

MORE INFORMATION

If you are new to relational database design, start by using the following resources:
  • For an overview of relational database design, click the following article number to view the article in the Microsoft Knowledge Base:

    209534 Description of the database normalization basics in Access 2000

  • View the Database Normalization Basics WebCast:
  • Download the "Understanding Relational Database Design" document. This document shows you how to plan and design a database from the ground up. To download this document, click the following article number to view the article in the Microsoft Knowledge Base:

    234208 "Understanding Relational Database Design" document available in Download Center

  • Analyze your tables by using the Table Analyzer Wizard. For more information about the Table Analyzer Wizard, click the following article number to view the article in the Microsoft Knowledge Base:

    208679 How the Table Analyzer Wizard works

  • You can download database templates that may be used for many common purposes from the following Microsoft Web site:

    http://search.officeupdate.microsoft.com/TemplateGallery/result.asp?qu=access
  • Read one of the following books:

Modification Type:MajorLast Reviewed:5/9/2005
Keywords:kbDatabase kbdesign kbhowto KB288947