JenNorthwood
Registered User.
- Local time
- Today, 16:01
- Joined
- Apr 17, 2003
- Messages
- 24
Hi There,
I have been trying to get this form to work for a while now. I have Three list boxes.
LstFrom = Employee's
LstTo = Employee's that are selected are to go here
TrainingCompleted = Training Courses Offered
_________
Combo Box
CourseLength = Length of the training courses
___________
Text Boxes
DateTrainingComp = Date of Training Course
txtID = Saves the employee ID that are selected
___________
Command Button
CmdUpdate = Code to try and save all the infomation into my tbltraining Completed.
______________
I have tried saving the data to a temp table, to a test qry, but I can't get the code to save the multi selection of employee's.
I can get it to select the yes/no from the employee table and the training table separately, but can fingure out how to save it into one table.
Please Help.
I have attached a sample of what I am doing. Right now it only puts the check marks in the employee selected in the employee table.
Thank you,
Jennifer
I have been trying to get this form to work for a while now. I have Three list boxes.
LstFrom = Employee's
LstTo = Employee's that are selected are to go here
TrainingCompleted = Training Courses Offered
_________
Combo Box
CourseLength = Length of the training courses
___________
Text Boxes
DateTrainingComp = Date of Training Course
txtID = Saves the employee ID that are selected
___________
Command Button
CmdUpdate = Code to try and save all the infomation into my tbltraining Completed.
______________
I have tried saving the data to a temp table, to a test qry, but I can't get the code to save the multi selection of employee's.
I can get it to select the yes/no from the employee table and the training table separately, but can fingure out how to save it into one table.
Please Help.
I have attached a sample of what I am doing. Right now it only puts the check marks in the employee selected in the employee table.
Thank you,
Jennifer