Select box

  • Thread starter Thread starter brian.phillips
  • Start date Start date
B

brian.phillips

I need to create a select box simlar in functionality to
the TO: function in Outlook where you can select multiple
email addresses for the TO: field. I want to be able to
select multiple items from one box and add them to
another.

Is there a simple way of doing this?

Thanks
 
-----Original Message-----
I need to create a select box simlar in functionality to
the TO: function in Outlook where you can select multiple
email addresses for the TO: field. I want to be able to
select multiple items from one box and add them to
another.

Is there a simple way of doing this?

Thanks
.
Hi Brian, I get the impression that you are wanting to use
a listbox with multi-select set to true. Plus a command
button to fill a textbox with string built from the
listbox. Use online help and lookup listbox.selection to
get an example.

Luck
Jonathan
 
Back
Top