display list box selections and use for combo box

R

rdonges

I have a list box in which users will make one to several selections. When
the user is finished making selections, I need to display them in a message
box so the user can easily check his selections ( the list contains several
hundred items and is awkward to look through). (Another idea is to use two
list boxes - one containing the entire list of items and the other that
receives its items from the selections in the first.) Then the selected
items need to be used as the row source for a combo box in a subform and
will have detailed information entered about each item. Using the list box
as the row source limits the number of items in the subform's combo box, and
also assures that information will only be entered for the correct items.
Can anyone tell me how to display the selected items in a list box and how
to use those selections as the row source for a combo box? I'm also open to
suggestions on a better way to accomplish the whole task. Thanks for any
comments or suggestions.

Randy Donges
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top