P
PMac
Hi,
I have an Employee database design I have been working on -
tblEmp -Emp_Id links the following tables:
tblFulltime - Emp_Id, Position_Id
tblParttime- Emp_Id, Position_Id
tblTemp- Emp_Id, Position_Id
tblPositions - Position_Id
tblBuildings - Building_Id
each of them has different information that is why I separated them. Here is
the problem...I have a building table (tblBuilding) now, do I put the
Building_Id into the tblEmp or into tblFulltime, tblParttime etc.?
Thanks for any help!
Pete
I have an Employee database design I have been working on -
tblEmp -Emp_Id links the following tables:
tblFulltime - Emp_Id, Position_Id
tblParttime- Emp_Id, Position_Id
tblTemp- Emp_Id, Position_Id
tblPositions - Position_Id
tblBuildings - Building_Id
each of them has different information that is why I separated them. Here is
the problem...I have a building table (tblBuilding) now, do I put the
Building_Id into the tblEmp or into tblFulltime, tblParttime etc.?
Thanks for any help!
Pete