Let's see if I can accurately describe my problem without confusing myself...
I've got a table of names that are populated by a separate form.
I want to use the names in that table to populate a list box on another form but I'd like to be able to select multiple people from this list and store those selected names in a different table, which will be used by a query to make a report. What is the easiest way to accomplish this task?
I've got a table of names that are populated by a separate form.
I want to use the names in that table to populate a list box on another form but I'd like to be able to select multiple people from this list and store those selected names in a different table, which will be used by a query to make a report. What is the easiest way to accomplish this task?
Comment