L
LMB
Hi everyone,
I need to add a table to my existing database which will list the
credentials of each employee and the expiration date of the credentials. My
final report will need to list all the employees, their credentials and show
that they are current with the credentials they have on file. The problem
is that some of the employees have an RRT credential (registered respiratory
therapist) but they were "grandfathered" if they were registered before 2002
which means their credentials do not expire. This is also true for all of
the possible credentials, CRT, CPFT etc... We need to make sure no ones
credentials have expired because salary depends on credentials. I was
thinking a y/n field would be in order but I have not used one before and
can't really visualize how this will work since not all employees will have
all the credentials. My other issue is that not all employees have all
credentials. Any advice would be appreciated.
Would this table set up work?
tblCredentials
CredentialsID(pk)
CredentialType(fk)
EmpID(fk)
CredentialRenewalReq y/n
DateCredentialObtained dtt
tblCredentialType
CredentialTypeID(pk)
CredentialName
Thanks,
Linda
I need to add a table to my existing database which will list the
credentials of each employee and the expiration date of the credentials. My
final report will need to list all the employees, their credentials and show
that they are current with the credentials they have on file. The problem
is that some of the employees have an RRT credential (registered respiratory
therapist) but they were "grandfathered" if they were registered before 2002
which means their credentials do not expire. This is also true for all of
the possible credentials, CRT, CPFT etc... We need to make sure no ones
credentials have expired because salary depends on credentials. I was
thinking a y/n field would be in order but I have not used one before and
can't really visualize how this will work since not all employees will have
all the credentials. My other issue is that not all employees have all
credentials. Any advice would be appreciated.
Would this table set up work?
tblCredentials
CredentialsID(pk)
CredentialType(fk)
EmpID(fk)
CredentialRenewalReq y/n
DateCredentialObtained dtt
tblCredentialType
CredentialTypeID(pk)
CredentialName
Thanks,
Linda