I have a multi select list box (Row source is a table with 3 fields i.e. Unique ID, Last and First Name) and a Text box. The Users will select items from the List box and it will populate the Text Box. and Vice Versa.
I need to be able to do the following.
1. Allow users to select single item from the listbox and populate textbox.
2. Allow users to select multiple items from the listbox and populate textbox.
3. Allow users to de-select single item from the Text Box and that Item will be re-populated in the list box.
4. Allow users to de-select multiple items from the Text Box and those Items will be re-populated in the list box.
I am assuming I need 4 separarte command buttons for each of these functions.
Can anyone help with this ? I will appreciate it very much.
I need to be able to do the following.
1. Allow users to select single item from the listbox and populate textbox.
2. Allow users to select multiple items from the listbox and populate textbox.
3. Allow users to de-select single item from the Text Box and that Item will be re-populated in the list box.
4. Allow users to de-select multiple items from the Text Box and those Items will be re-populated in the list box.
I am assuming I need 4 separarte command buttons for each of these functions.
Can anyone help with this ? I will appreciate it very much.