M
Mike
This is a database for a fire department that i am trying
to work on, which is going to drive thier website. One of
the pages is to list all the Ex Chief's of the department
along with the year that they served as Chief. These are
the tables that i have below.
tblMembers
-memberid PK
-address
- and so on...
tblYear
-yearid PK
-year
tblExChief
-memberid PK
-yearid PK
-exchief(yes/no)
Is this the right way to handle this? Any help is greatly
appreciated.
Thanks,
MIke
to work on, which is going to drive thier website. One of
the pages is to list all the Ex Chief's of the department
along with the year that they served as Chief. These are
the tables that i have below.
tblMembers
-memberid PK
-address
- and so on...
tblYear
-yearid PK
-year
tblExChief
-memberid PK
-yearid PK
-exchief(yes/no)
Is this the right way to handle this? Any help is greatly
appreciated.
Thanks,
MIke