L
LMB
Hi Guys,
Suffice it to say I am a beginner. I have made and edited some databases with help from the group and now am attempting to create a new "by the rules" employee database. This is a database to keep track of the employees in the respiratory department. We have 3 facilities. Each facility has a respiratory department. Some employees only work at once facility but there are some that work at 2 or all three. Right now I have 3 separate databases for each facility. I may keep it that way but I was hoping to use the demographics portion of the Employee table for all of the facilities. I am stuck on where the hire dates would go. This is what I have on paper so far but it just doesn't look right. These are the hire dates each employee can have.
MHPHireDate (date employee was hired in system) Possible to have only 1 per employee
FacilityHireDate (date employee was hired at facility) Possible to have 3 for an employee
DeptHireDate (date employee was hired in specific Department) Possible to have 3 per emp.
It may be confusing that facility and dept could be different but an employee could have been hired at a facility in the dietary dept then transfer to the respiratory dept.
These dates determine seniority for different events that will be tracked in the database.
This is what I have so far...
tblEmployee
EmployeeID
EmployeeLName
EmployeeFName
MHPHireDate
tbllstFacility
FacilityID
FacilityName
tblEmployeeFacility
EmployeeFacilityID
EmployeeID
FacilityHireDate
DepartmentHireDate
Do I need to put Department in a different table?
Thanks,
Linda
Suffice it to say I am a beginner. I have made and edited some databases with help from the group and now am attempting to create a new "by the rules" employee database. This is a database to keep track of the employees in the respiratory department. We have 3 facilities. Each facility has a respiratory department. Some employees only work at once facility but there are some that work at 2 or all three. Right now I have 3 separate databases for each facility. I may keep it that way but I was hoping to use the demographics portion of the Employee table for all of the facilities. I am stuck on where the hire dates would go. This is what I have on paper so far but it just doesn't look right. These are the hire dates each employee can have.
MHPHireDate (date employee was hired in system) Possible to have only 1 per employee
FacilityHireDate (date employee was hired at facility) Possible to have 3 for an employee
DeptHireDate (date employee was hired in specific Department) Possible to have 3 per emp.
It may be confusing that facility and dept could be different but an employee could have been hired at a facility in the dietary dept then transfer to the respiratory dept.
These dates determine seniority for different events that will be tracked in the database.
This is what I have so far...
tblEmployee
EmployeeID
EmployeeLName
EmployeeFName
MHPHireDate
tbllstFacility
FacilityID
FacilityName
tblEmployeeFacility
EmployeeFacilityID
EmployeeID
FacilityHireDate
DepartmentHireDate
Do I need to put Department in a different table?
Thanks,
Linda