O
OverMyHead
I am working on a database for a school scholarship program. There is a main
table with student information (name, address, etc.) with the student ID# as
the primary key. There are many other tables setup to record points for
different objectives. The student ID# is the primary key for each as well.
A student will only appear once per table. I have a query set to find the
total points for each student for each table; however, it is common for a
student to yet receive points in every table due to being new to the
scholarship program. When this happens, the student does not appear in the
query at all - even if they have points in other tables. Can this be fixed?
table with student information (name, address, etc.) with the student ID# as
the primary key. There are many other tables setup to record points for
different objectives. The student ID# is the primary key for each as well.
A student will only appear once per table. I have a query set to find the
total points for each student for each table; however, it is common for a
student to yet receive points in every table due to being new to the
scholarship program. When this happens, the student does not appear in the
query at all - even if they have points in other tables. Can this be fixed?