G
Guest
I have realized from reading through many posts and tutorials on
normalization that I need at least one more table in my database for it to be
normalized.
The table I know I need to change is the following:
"tblTrainingSchedule"
intCompanyID - FK from tblCompanyInfo
intLocationID - FK from tblLocationInfo
strTrainer - FK from tblTrainerInfo
strCoTrainer - FK from tblTrainerInfo
intCourseName - FK from tblCourseInfo
dtmStartDate
dtmEndDate
intNumOfStudents
intShift - FK from tblShift
dtmStartTime
dtmEndTime
memNotes
intNumCertified
chkRosterRecieved
chkCourseComplete
I realize that having the strTrainer and strCoTrainer is like having a
Trainer1 and Trainer2 which means that I need to pull out some information, I
am not sure the best way to make the relationship. Any suggestions are
appreciated. As I am leaving work soon, it may be tomorrow before I can check
any responses.
TIA,
Chris
normalization that I need at least one more table in my database for it to be
normalized.
The table I know I need to change is the following:
"tblTrainingSchedule"
intCompanyID - FK from tblCompanyInfo
intLocationID - FK from tblLocationInfo
strTrainer - FK from tblTrainerInfo
strCoTrainer - FK from tblTrainerInfo
intCourseName - FK from tblCourseInfo
dtmStartDate
dtmEndDate
intNumOfStudents
intShift - FK from tblShift
dtmStartTime
dtmEndTime
memNotes
intNumCertified
chkRosterRecieved
chkCourseComplete
I realize that having the strTrainer and strCoTrainer is like having a
Trainer1 and Trainer2 which means that I need to pull out some information, I
am not sure the best way to make the relationship. Any suggestions are
appreciated. As I am leaving work soon, it may be tomorrow before I can check
any responses.
TIA,
Chris