B
benyod79 via AccessMonster.com
I need help designing a few tables as I'm stuck and just can't think outside
the box. Here's the details:
tblEmployees
- EmpID (PK)
- FirstName, etc....details pertaining to each employee
tblJobs
- JobID (PK)
- EmpID (linked to tblEmployees.EmpID)
- FacilityName, Position, etc.....details pertaining to each job for each
employee
There are groups that each employee needs to enroll with for each job. Each
group has criteria that needs to be kept track of, but all groups don't have
the same process.
i.e.
Medicare
- Date Application was sent
- Date Signature was received
Medicaid
- Date Application was sent
- Date Signature was received
- Date Medicaid number is received
Here's my thought to solve this:
tblEnrollmentLink
- JobID (linked to tblJobs.JobID)
- GroupID (linked to tblEnrollmentGroups)
tblEnrollmentGroups
- GroupID (PK)
- GroupName, Address, etc
tblEnrollmentGroupProcesses
- ProcessID (PK)
- GroupID (linked to tblEnrollmentGroups)
- ProcessDescription
How do I make a table that links the processes needed for each group to the
group? Basically for each ProcessDescription, I'd like to be able to enter
data pertaining to that process.
If you're confused, welcome to the club. If not, can you please help?
Thanks
the box. Here's the details:
tblEmployees
- EmpID (PK)
- FirstName, etc....details pertaining to each employee
tblJobs
- JobID (PK)
- EmpID (linked to tblEmployees.EmpID)
- FacilityName, Position, etc.....details pertaining to each job for each
employee
There are groups that each employee needs to enroll with for each job. Each
group has criteria that needs to be kept track of, but all groups don't have
the same process.
i.e.
Medicare
- Date Application was sent
- Date Signature was received
Medicaid
- Date Application was sent
- Date Signature was received
- Date Medicaid number is received
Here's my thought to solve this:
tblEnrollmentLink
- JobID (linked to tblJobs.JobID)
- GroupID (linked to tblEnrollmentGroups)
tblEnrollmentGroups
- GroupID (PK)
- GroupName, Address, etc
tblEnrollmentGroupProcesses
- ProcessID (PK)
- GroupID (linked to tblEnrollmentGroups)
- ProcessDescription
How do I make a table that links the processes needed for each group to the
group? Basically for each ProcessDescription, I'd like to be able to enter
data pertaining to that process.
If you're confused, welcome to the club. If not, can you please help?
Thanks