Search results

  1. J

    Can not get my code to save muti selection

    This is a form that keeps track of employees training. You pick the course say "To stop a Theif" Video, then pick the course lenght, say 30 min, then enter the date. Now you would choose the people that took the course, say Clive Brown, Jody Hall and Kelly Hodgson took the course. Then I...
  2. J

    Can not get my code to save muti selection

    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 ___________...
  3. J

    multi selection list boxes problems

    I made a cross Reference table, but it still won't save more then one person to that table. If I use the SelectTraining from the employeeInfo table, it works, but then I can't figure out how to save the rest of the data? Any more suggustions? Thanks, Jen
  4. J

    multi selection list boxes problems

    Hi There, I am having a hard time figuring out how to save my muti selection list boxes from one table and courses and a couple of other items from another table. I thought I might need a temp table to save the data there and then put it into my main table. 1 table is Employees 1 table is...
Back
Top Bottom