I have a database that keeps track of training sessions here at work. This database has 2 tables (Associate and Training). The training table has multiple records for the associate.
Every once in a while we have meetings where it involves the entire staff. I want to be able to have a way where the user that is inputing all this data can just select a mass amount of users in a listbox and type in the data field information. Then this information will be saved under the training table.
I hope that wasn't too confusing to understand. Can someone lend me a hand in completing this task.
I'm guessing i will have to loop through the listbox and for each associate save the information to the table.
Every once in a while we have meetings where it involves the entire staff. I want to be able to have a way where the user that is inputing all this data can just select a mass amount of users in a listbox and type in the data field information. Then this information will be saved under the training table.
I hope that wasn't too confusing to understand. Can someone lend me a hand in completing this task.
I'm guessing i will have to loop through the listbox and for each associate save the information to the table.