R
Rhys
The database I'm working on has many, many fields, but the
bare bones of the bit I'm struggling with is this:
Table 1: Schools
Fields:
School Name (Primary Key)
Table 2: Tutors
Fields:
School Name (linked to "School Name" in Above table)
Tutor Name (Primary Key)
Table 3: Students
Fields:
School Name
Tutor Name (Linked to above table)
Student Name
These three tables are nested, but I would like the third
table to automatically enter the school name once I have
done it in the "schools" table. I think Link Child/Master
Fields is the way to do it, but the instructions in MS
help really don't tell you very well how to do this.
Any help will be much appreciated
Rhys
bare bones of the bit I'm struggling with is this:
Table 1: Schools
Fields:
School Name (Primary Key)
Table 2: Tutors
Fields:
School Name (linked to "School Name" in Above table)
Tutor Name (Primary Key)
Table 3: Students
Fields:
School Name
Tutor Name (Linked to above table)
Student Name
These three tables are nested, but I would like the third
table to automatically enter the school name once I have
done it in the "schools" table. I think Link Child/Master
Fields is the way to do it, but the instructions in MS
help really don't tell you very well how to do this.
Any help will be much appreciated
Rhys