D
dee
Hi,
I have a student database and wish to generate a report based on a query
that contains:
Student Last Name (from Family Info table)
Student First Name (from Student Info table)
Has Registered (from Student Info table (a yes-no field)
Registration Date (from Student Info table - this is a one-time per student
field)
Course Name (from Courses table)
(if I just use these fields and tables, no problem. It's when I add the
next table that no data appears)
Discontinued Date (from Course Details table - this is a date they stopped a
particular course; they may still be taking other courses)
My relationships are:
FamilyID PK in Family Info table - one to many to FamilyID field in Student
Info table, referential integrity enforced
StudentID PK in Student Info table to StudentID in Course Details table,
ref. int. enforced
CourseID PK in Courses table to Course Details table, ref. int. enforced
The StudentID and CourseID fields in Course Details together form a PK
What am I missing? Help!
Thanks!!
I have a student database and wish to generate a report based on a query
that contains:
Student Last Name (from Family Info table)
Student First Name (from Student Info table)
Has Registered (from Student Info table (a yes-no field)
Registration Date (from Student Info table - this is a one-time per student
field)
Course Name (from Courses table)
(if I just use these fields and tables, no problem. It's when I add the
next table that no data appears)
Discontinued Date (from Course Details table - this is a date they stopped a
particular course; they may still be taking other courses)
My relationships are:
FamilyID PK in Family Info table - one to many to FamilyID field in Student
Info table, referential integrity enforced
StudentID PK in Student Info table to StudentID in Course Details table,
ref. int. enforced
CourseID PK in Courses table to Course Details table, ref. int. enforced
The StudentID and CourseID fields in Course Details together form a PK
What am I missing? Help!
Thanks!!