Where to find information about designing a database in Microsoft Access (289533)



The information in this article applies to:

  • Microsoft Office Access 2003
  • Microsoft Access 2002

This article was previously published under Q289533
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 2000 version of this article, see 288947.
For a Microsoft Access 97 version of this article, see 288949.

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 after 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 that is 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, see the following Knowledge Base article:

    283878 Description of the database normalization basics

  • 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, see the following article in the Microsoft Knowledge Base:

    283698 "Understanding Relational Database Design" document is available in Download Center

  • Analyze your tables by using the Table Analyzer Wizard. For more information about the Table Analyzer Wizard, see the following Knowledge Base article:

    292799 How the Table Analyzer Wizard works

  • Visit the Access Database Table Design (microsoft.public.access.tablesdbdesign) peer-to-peer newsgroup. You can interact with other users of Access, including Microsoft Most Valuable Professionals (MVPs). You can use any newsreader software to access these newsgroups.
  • You can download database templates that may be used for many purposes from the following Microsoft Web site: http://search.officeupdate.microsoft.com/TemplateGallery/result.asp?qu=access
  • Read the following book: Hernandez, Michael. Database Design for Mere Mortals. Reading, MA: Addison-Wesley Developers Press, 1997.
  • For more information about free on-line training that is available for Office 2003 products, including Access 2003, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:9/13/2006
Keywords:kbdownload kbDatabase kbhowto KB289533 kbAudDeveloper