1
131313 via AccessMonster.com
Ok, so here is the problem I am having. The following are tables I have
created, the data entry table beeing a weekly dump of training data. Problem
is that there are many training requirements that make up a training
certificate. As associates pass training it is entered into the database with
a training code. Once all training for a certificate is complete then the
associate gets that certificate. So here is where the problem begins. How can
I link traing codes(many per each certificate) to the cerificate codes.
tbl Associate
associate id
associate first name
associate last name
tbl certificates
cetificate code
certificate name
tbl data entry
associate number
date of training
training code (this is codes for training that has been completed)
Again, I would like to have the database see that the required training(many
training codes) is complete for a specific certificate. If associate has all
requirements met then report shows that they are in need of certificate.
Would I set this up using queries?
created, the data entry table beeing a weekly dump of training data. Problem
is that there are many training requirements that make up a training
certificate. As associates pass training it is entered into the database with
a training code. Once all training for a certificate is complete then the
associate gets that certificate. So here is where the problem begins. How can
I link traing codes(many per each certificate) to the cerificate codes.
tbl Associate
associate id
associate first name
associate last name
tbl certificates
cetificate code
certificate name
tbl data entry
associate number
date of training
training code (this is codes for training that has been completed)
Again, I would like to have the database see that the required training(many
training codes) is complete for a specific certificate. If associate has all
requirements met then report shows that they are in need of certificate.
Would I set this up using queries?