OrWolf
MIS
- Mar 19, 2001
- 291
I've tried searching for this one and I'm not finding the answer I'm looking for. I have a form that has a list box that shows employees. I need to know how to allow a user to select multiple employees in that list and save them in a related table as independant records.
For example the form is based on table Demo. When employees are selected for Demo 'ABC' they are written to the DemoEmployees table with a foreign key of 'ABC' so the next time the form is opened those same employees are selected in the listbox.
Does anyone have any good examples of this in action?
For example the form is based on table Demo. When employees are selected for Demo 'ABC' they are written to the DemoEmployees table with a foreign key of 'ABC' so the next time the form is opened those same employees are selected in the listbox.
Does anyone have any good examples of this in action?