Hi,
My dbase stores employee info and classes they are required to take and the dates that they took them and to show alerts when classes are over due.
My problem is I want classes to be automatically assigned to an employee by the [job_title] field. I also need to assign classes that fall under the [All] category. Meaning all employees must take it. I have an employee table that has the following fields:
(PK)[Emp_ID] [Last_Name] [Shift] [DOH] [Dept] [Job_Title] [Supervisor]
The "Class_Catalog" table has the following fields:
(PK)[Class_ID] [Job_Title] [Class_Name] [Class_Date] [Recurrence]
And a "Classes_taken" table:
(PK)[Taken_ID] [Emp_ID] [Class_ID] [Date_Taken]
Right now required classes are input on an individual basis in a data entry form for each employee as needed. I want to keep this capability, but I now need to make the Job_Title auto-assign classes. My first thought was to make up tables for each job title but I don't know where to go from there.
Thank you so much
My dbase stores employee info and classes they are required to take and the dates that they took them and to show alerts when classes are over due.
My problem is I want classes to be automatically assigned to an employee by the [job_title] field. I also need to assign classes that fall under the [All] category. Meaning all employees must take it. I have an employee table that has the following fields:
(PK)[Emp_ID] [Last_Name] [Shift] [DOH] [Dept] [Job_Title] [Supervisor]
The "Class_Catalog" table has the following fields:
(PK)[Class_ID] [Job_Title] [Class_Name] [Class_Date] [Recurrence]
And a "Classes_taken" table:
(PK)[Taken_ID] [Emp_ID] [Class_ID] [Date_Taken]
Right now required classes are input on an individual basis in a data entry form for each employee as needed. I want to keep this capability, but I now need to make the Job_Title auto-assign classes. My first thought was to make up tables for each job title but I don't know where to go from there.
Thank you so much