David has attended:
Excel Intermediate course
Excel Advanced course
Access Intermediate course
Access Advanced course
Table Relationships
Best way to describe one-to-many table relationships
RE: Table Relationships
Hi David
One way to describe a One-to-Many relationship is:
A Student has only one Maths teacher in any one year.
However the Teacher will have many students
This is the One-to-Many relationship.
In the relationship window the line would go from the Teachers Primary Key(The One) on the Teachers Table to the Teacers Code field(The Many) on the CoursesTaken table
Hope this helps
Carlos