JustMargie
JustMargie
- Local time
- Today, 07:34
- Joined
- Oct 26, 2010
- Messages
- 4
All of the training completed by our 130 employees must be tracked and I am responsible for being able to report the training statistics by employee, date of completion, category.... etc..
The AVP has now requested that each group spend 30 minutes training their staff per week and to make it easy on the supervisor, they can do this in increments as little as 10 minutes per session.
Yeah, you guessed it. Tracking nightmare.
I have a continuous form for each group of employees (there are 3 shifts). I have been trying to create a split form with the master form containing: Date of Training, Instructor, Topic, Duration. That's very simple. But, I would like a sub-form with either a data sheet form or a continuous form listing the employees on each shift with a yes/no field for attendance. Is this possible and how? BTW, the table of completed training contains a Yes/No field.
I would like to add a check box and use an AfterUpdate event procedure which will put a "yes" (0) in Table "Completed Training" in the field "Completed" . Unfortunately, I don't know how to write this code.
The AVP has now requested that each group spend 30 minutes training their staff per week and to make it easy on the supervisor, they can do this in increments as little as 10 minutes per session.
Yeah, you guessed it. Tracking nightmare.
I have a continuous form for each group of employees (there are 3 shifts). I have been trying to create a split form with the master form containing: Date of Training, Instructor, Topic, Duration. That's very simple. But, I would like a sub-form with either a data sheet form or a continuous form listing the employees on each shift with a yes/no field for attendance. Is this possible and how? BTW, the table of completed training contains a Yes/No field.

I would like to add a check box and use an AfterUpdate event procedure which will put a "yes" (0) in Table "Completed Training" in the field "Completed" . Unfortunately, I don't know how to write this code.
Last edited: