Good morning everybody,
I am looking for some feedback on my db design
Please note I am a beginner but I am really trying to learn Access (so much fun
). Can I please have some feedback on my structure? I would use a db to track qualifications in training...
I did 3 tables:
tblIndividual (IndividualID, Firstname, Lastname, DOB, Role, Shift)
tblTraining (TrainingID, Title, SkillArea, Frequency)
tblQualif (QualifID, IndividualID, TrainingID, LastTimeCompleted, RequalificationDate)
I am in the early stage of the db design but possibly the user would be able to add training names through forms, individual names, and update qualifications once training has been completed.
I am not sure about the 3rd table (tblQualif) as there would be a lot (a lot!) of lines/records so it may not be the "nicest" way to structure my db, but neither am I sure there is an other way?
I will appreciate any feedback!
Thank you,
Aucho22
I am looking for some feedback on my db design


I did 3 tables:
tblIndividual (IndividualID, Firstname, Lastname, DOB, Role, Shift)
tblTraining (TrainingID, Title, SkillArea, Frequency)
tblQualif (QualifID, IndividualID, TrainingID, LastTimeCompleted, RequalificationDate)
I am in the early stage of the db design but possibly the user would be able to add training names through forms, individual names, and update qualifications once training has been completed.
I am not sure about the 3rd table (tblQualif) as there would be a lot (a lot!) of lines/records so it may not be the "nicest" way to structure my db, but neither am I sure there is an other way?
I will appreciate any feedback!
Thank you,
Aucho22
Last edited: