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
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