J
Jamie
I am making a database that tracks employee stats on a
daily basis under each manager. The problem I have
encountered is if an employee changes managers. How do I
capture what each employee did under their assigned
manager at the time? Here are the tables I have:
Manager Table
-Manager Badge (Primary Key)
-Manager Name
Associate Table
-Assoicate Badge (Primary Key)
-Associate Name
-Manager Badge
I have a One to Many relationship from the manager table
to the associate table by Manager Badge. Then each stat I
am tracking I have a one to many relationship from the
associate table to the "stat table" by Associate Badge.
Thank You!
daily basis under each manager. The problem I have
encountered is if an employee changes managers. How do I
capture what each employee did under their assigned
manager at the time? Here are the tables I have:
Manager Table
-Manager Badge (Primary Key)
-Manager Name
Associate Table
-Assoicate Badge (Primary Key)
-Associate Name
-Manager Badge
I have a One to Many relationship from the manager table
to the associate table by Manager Badge. Then each stat I
am tracking I have a one to many relationship from the
associate table to the "stat table" by Associate Badge.
Thank You!