Access Basics:
Relationships

Title: Jan's Illustrated Computer Literacy 101

A single table in a database is a lonely and weak thing. Several related tables can be much more efficient and powerful.

By creating multiple tables and establishing relationships between the tables, you can drastically increase the usefulness of the database. It makes it easier to store more information and to answer more complex questions.

Examples below are from starwars.mdb.


Relationships

Tables are related when they share a field. It reduces confusion to use the same name in both tables.

In the illustration below, there are four tables. The shared fields are EpisodeID, CategoryID, and SupplierID, which are the primary key fields in their own tables. These are called foreign keys for the Star Wars Collectibles table.

Relationships in the Star Wars Collectibles database


Where you are:
JegsWorks > Lessons > Databases

Before you start...

Project 1: Intro

Project 2: Access Basics Arrow: subtopic open
    InterfaceTo subtopics
    Getting StartedTo subtopics  
    Access ObjectsTo subtopics
    Relationships Arrow: subtopic open
    Icon: StepTable Wizard
    Icon: StepLookup Wizard
    Icon: StepTable Relationships
    Summary
    Quiz
    ExercisesTo subtopics

Project 3: Tables & Queries

Project 4: Forms & Reports


Search  
Glossary
  
Appendix