My personnel and training database consists of the following tables:
tblPersDetails
EmployeeNo
Name
Initials
DOB
Address
etc
tblPerSTrainingObjectives
EmployeeNo
TrainingObjectiveNo
DateAchieved
PerformanceLevel
tblTrainingObjective
TrainingObjectiveNo
Description
tblPersonalAnnualQualification
EmployeeNo
AnnualQualificationNo
Pass/fail
tblAnnualQualification
AnnualQualificationNo
Description
Training objectives are achieved at any time and in no real set order throughout a persons career.
Annual qualifications as they suggest have to be achieved annually by all employees.
I need to design a form with attached code to allow me to populate tblPersTrainingObjective with: EmployeeNo, TrainingObjectiveNo, dateAchieved and performanceLevel.
There are over 85 employees and when a training objective is achieved it can be by as few as 2 persons to as many as 85.
Currently the tblPersTrainingObjectives is unpopulated as to manaully input existing records would be a nightmare!
tblPersDetails
EmployeeNo
Name
Initials
DOB
Address
etc
tblPerSTrainingObjectives
EmployeeNo
TrainingObjectiveNo
DateAchieved
PerformanceLevel
tblTrainingObjective
TrainingObjectiveNo
Description
tblPersonalAnnualQualification
EmployeeNo
AnnualQualificationNo
Pass/fail
tblAnnualQualification
AnnualQualificationNo
Description
Training objectives are achieved at any time and in no real set order throughout a persons career.
Annual qualifications as they suggest have to be achieved annually by all employees.
I need to design a form with attached code to allow me to populate tblPersTrainingObjective with: EmployeeNo, TrainingObjectiveNo, dateAchieved and performanceLevel.
There are over 85 employees and when a training objective is achieved it can be by as few as 2 persons to as many as 85.
Currently the tblPersTrainingObjectives is unpopulated as to manaully input existing records would be a nightmare!