Multiple Selection Form

hkimpact

Registered User.
Local time
Today, 01:59
Joined
Apr 27, 2012
Messages
51
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.
 

Users who are viewing this thread

Back
Top Bottom