H
harperwork18
I have a couple of basic questions, hope you can help.
I have an employees record set. The employees take computer tests. If
the employee came into employment before 2004, he or she takes one kind
of test. If the employee came into employment after, it is a different
test. The pre-2004 test was a simple pass/fail. The post-2004 has
scores.
I am not sure how to connect the test scores to the employee record
set. The employee takes one or the other test; but obviously many
employees can take the same test. Is something like the following the
best way to handle this?
tblEmployee
EmployeeID
EmployeeAddress
BirthDate
HireDate
TerminationDate
DepartmentID
PayRate
TestID
tblTestID
OldTestWord (Yes/No)
OldTestInternet (Yes/No)
OldTestSpreadsheet (Yes/No)
OldTestPresentation (Yes/No)
OldTestCompletion (Date)
NewWordScore (number)
NewInternetScore (number)
etc.
This seems very clunky to me. Can you help me fine tune? Also, I have
seen some people put the address in an employee table and some people
separate. Thoughts? Opinions?
Thank you,
Harpo
I have an employees record set. The employees take computer tests. If
the employee came into employment before 2004, he or she takes one kind
of test. If the employee came into employment after, it is a different
test. The pre-2004 test was a simple pass/fail. The post-2004 has
scores.
I am not sure how to connect the test scores to the employee record
set. The employee takes one or the other test; but obviously many
employees can take the same test. Is something like the following the
best way to handle this?
tblEmployee
EmployeeID
EmployeeAddress
BirthDate
HireDate
TerminationDate
DepartmentID
PayRate
TestID
tblTestID
OldTestWord (Yes/No)
OldTestInternet (Yes/No)
OldTestSpreadsheet (Yes/No)
OldTestPresentation (Yes/No)
OldTestCompletion (Date)
NewWordScore (number)
NewInternetScore (number)
etc.
This seems very clunky to me. Can you help me fine tune? Also, I have
seen some people put the address in an employee table and some people
separate. Thoughts? Opinions?
Thank you,
Harpo