R
Robbin
Hi all,
I'm hoping that my tables are normalized properly, but I'm stumped on a
particular layout and design structure.
I hav a table with faculty, which is always on the (1) side of several other
tables, which are the (many) side. Faculty are activities tracked annually
and sometimes by semester, most of them remain the same from year to year,
though some come and go, like other employees. Each year they have a
different salary structure, each semester they have a different number of
courses to teach, and/or sit on different committees, etc.
In the past I've had to make a new teaching table record, committee, table
record, salary table record, ect. for each new year. That means that there
is a FacultyID and a YearID in each subtable. I have a year table, but it's
used to populate a combo box.
What is the best way to handle the annual updates considering that more than
half of the faculty will not change their information? My form has the
faculty table on the header, with tabs in the detail, each tab having one of
these sub tables.
This is really bogging me down.
Thank you,
I'm hoping that my tables are normalized properly, but I'm stumped on a
particular layout and design structure.
I hav a table with faculty, which is always on the (1) side of several other
tables, which are the (many) side. Faculty are activities tracked annually
and sometimes by semester, most of them remain the same from year to year,
though some come and go, like other employees. Each year they have a
different salary structure, each semester they have a different number of
courses to teach, and/or sit on different committees, etc.
In the past I've had to make a new teaching table record, committee, table
record, salary table record, ect. for each new year. That means that there
is a FacultyID and a YearID in each subtable. I have a year table, but it's
used to populate a combo box.
What is the best way to handle the annual updates considering that more than
half of the faculty will not change their information? My form has the
faculty table on the header, with tabs in the detail, each tab having one of
these sub tables.
This is really bogging me down.
Thank you,