Multiple seclect list box

C

Cadburys

Hi

I have looked at the other queries regarding list boxes and have tried to
apply the suggestion but am just not getting the result I need.

I have a form called frmJobcard1, on this form there is a combo box called
fldProofreaderRating(1, 2, 3, 4, 5). What I need to happen is that if the
proofreader selects 5 then a list box appears giving the reasons for choosing
a 5, if they choose 3 then a list box giving the reasons for choosing the 3.
The reason list box must be multi select (which I have done). Once they have
selected the reasons (up to 6 different reasons), the values they have
selected must be put into the memo box fldCommentProofreader on the
frmJobcards1.

I just cant get the list box to copy the items selected into the comments
box.

Any assistance would be greatly appreciated.

Regards
Nicky
 
K

Klatuu

When using a multi select list box, you use the ItemsSelected collection.
See VBA Help for ItemsSelected. It has a very good example of how to
interate throught the collection.
 

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